Html Css Color HEX #B9DD6E Sulu

📋 copy color: '#B9DD6E'

red 185 ◦ green 221 ◦ blue 110

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

Shades of Sulu #B9DD6E

Tints of Sulu #B9DD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.83%

 BLUE value IS 110 (43.36% from 255) = 21.32%

R = 35.85%
G = 42.83%
B = 21.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#B9DD6E (or 0xB9DD6E) is known color: Sulu. HEX triplet: B9, DD and 6E. RGB value is (185,221,110). Sum of RGB (Red+Green+Blue) = 185+221+110=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD6E is #462291. Grayscale: #C5C5C5. Windows color (decimal): -4596370 or 7265721. OLE color: 7265721.

HSL color Cylindrical-coordinate representation of color #B9DD6E: hue angle of 79.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9DD6E is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 110 -
CMYK 0.16 0 0.50 0.13
HSL 79.46º 0.62% 0.65% -
HSV(B) 79.46º 0.5% 0.87% -
XYZ 48.68 63.15 24.38 -
YUV 197.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 185 221 110 0.16 0 0.50 0.13 79.46 0.62 0.65
Hex B9 DD 6E 10 0 32 D 4F 3E 41
Octal 271 335 156 20 0 62 15 117 76 101
Binary 10111001 11011101 1101110 10000 0 110010 1101 1001111 111110 1000001

Color Harmonies of #B9DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD6E

Black with #B9DD6E

Text Example


Text Example

White with #B9DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD6E; }

 p { color: rgb(185,221,110); }

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

background-color css

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

 a { background-color: rgb(185,221,110); }

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

border-color css

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

 span { border-color: rgb(185,221,110); }

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