#BDDB34

Color #BDDB34 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BDDB34

Tints of Las Palmas #BDDB34

Color information

#BDDB34 (or 0xBDDB34) is unknown color: approx Las Palmas. HEX triplet: BD, DB and 34. RGB value is (189,219,52). Sum of RGB (Red+Green+Blue) = 189+219+52=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB34 is #4224CB. Grayscale: #BFBFBF. Windows color (decimal): -4334796 or 3464125. OLE color: 3464125.

HSL color Cylindrical-coordinate representation of color #BDDB34: hue angle of 70.78º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDDB34 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB18921952-
CMYK0.1400.760.14
HSL70.78º69.87%53.14%-
HSV(B)70.78º76.26%85.88%-
XYZ46.9461.7312.69-
YUV190.9949.56126.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 219 (85.94% from 255) = 47.61%
BLUE value IS 52 (20.70% from 255) = 11.30%
R=41.09%
G=47.61%
B=11.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal189219520.1400.760.1470.7869.8753.14
HexBDDB34E04CE474635
Octal275333641601141610710665
Binary1011110111011011110100111001001100111010001111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB34; }

 p { color: rgb(189,219,52); }

 H1.HeaderClassName
 {
   color: #BDDB34;
 }
 .AnyTagClassName
 {
   color: #BDDB34;
 }
</style>
background-color css

<style>
 a { background-color: #BDDB34; }

 a { background-color: rgb(189,219,52); }

 div.DivClassName
 {
   background-color: #BDDB34;
 }
 .BgClassName
 {
   background-color: #BDDB34;
 }
</style>
border-color css

<style>
 span { border-color: #BDDB34; }

 span { border-color: rgb(189,219,52); }

 td.TdClassName
 {
   border-color: #BDDB34;
 }
 .TagClassName
 {
   border-color: #BDDB34;
 }
</style>