Html Css Color HEX #B9DB3E Las Palmas

📋 copy color: '#B9DB3E'

red 185 ◦ green 219 ◦ blue 62

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

Shades of Las Palmas #B9DB3E

Tints of Las Palmas #B9DB3E

RGB

 RED value IS 185 (72.66% from 255) = 39.7%

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

 BLUE value IS 62 (24.61% from 255) = 13.3%

R = 39.7%
G = 47%
B = 13.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#B9DB3E (or 0xB9DB3E) is known color: Las Palmas. HEX triplet: B9, DB and 3E. RGB value is (185,219,62). Sum of RGB (Red+Green+Blue) = 185+219+62=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DB3E is #4624C1. Grayscale: #BFBFBF. Windows color (decimal): -4596930 or 4119481. OLE color: 4119481.

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

Color convert

RGB 185 219 62 -
CMYK 0.16 0 0.72 0.14
HSL 72.99º 0.69% 0.55% -
HSV(B) 72.99º 0.72% 0.86% -
XYZ 46.21 61.33 13.96 -
YUV 190.94 55.24 123.77 -
System Red Green Blue C M Y K H S L
Decimal 185 219 62 0.16 0 0.72 0.14 72.99 0.69 0.55
Hex B9 DB 3E 10 0 48 E 49 45 37
Octal 271 333 76 20 0 110 16 111 105 67
Binary 10111001 11011011 111110 10000 0 1001000 1110 1001001 1000101 110111

Color Harmonies of #B9DB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DB3E

Black with #B9DB3E

Text Example


Text Example

White with #B9DB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DB3E; }

 p { color: rgb(185,219,62); }

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

background-color css

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

 a { background-color: rgb(185,219,62); }

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

border-color css

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

 span { border-color: rgb(185,219,62); }

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