Html Css Color HEX #BDDB3B Las Palmas

📋 copy color: '#BDDB3B'

red 189 ◦ green 219 ◦ blue 59

#BDDB3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #BDDB3B

Tints of Las Palmas #BDDB3B

RGB

 RED value IS 189 (74.22% from 255) = 40.47%

 GREEN value IS 219 (85.94% from 255) = 46.9%

 BLUE value IS 59 (23.44% from 255) = 12.63%

R = 40.47%
G = 46.9%
B = 12.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#BDDB3B (or 0xBDDB3B) is known color: Las Palmas. HEX triplet: BD, DB and 3B. RGB value is (189,219,59). Sum of RGB (Red+Green+Blue) = 189+219+59=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB3B is #4224C4. Grayscale: #C0C0C0. Windows color (decimal): -4334789 or 3922877. OLE color: 3922877.

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

Color convert

RGB 189 219 59 -
CMYK 0.14 0 0.73 0.14
HSL 71.25º 0.69% 0.55% -
HSV(B) 71.25º 0.73% 0.86% -
XYZ 47.11 61.8 13.58 -
YUV 191.79 53.06 126.01 -
System Red Green Blue C M Y K H S L
Decimal 189 219 59 0.14 0 0.73 0.14 71.25 0.69 0.55
Hex BD DB 3B E 0 49 E 47 45 37
Octal 275 333 73 16 0 111 16 107 105 67
Binary 10111101 11011011 111011 1110 0 1001001 1110 1000111 1000101 110111

Color Harmonies of #BDDB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB3B

Black with #BDDB3B

Text Example


Text Example

White with #BDDB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB3B; }

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

 H1.HeaderClassName
 {
   color: #BDDB3B;
 }
 .AnyTagClassName
 {
   color: #BDDB3B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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