Html Css Color HEX #B9DD84 Sulu

📋 copy color: '#B9DD84'

red 185 ◦ green 221 ◦ blue 132

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

Shades of Sulu #B9DD84

Tints of Sulu #B9DD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.54%

R = 34.39%
G = 41.08%
B = 24.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#B9DD84 (or 0xB9DD84) is known color: Sulu. HEX triplet: B9, DD and 84. RGB value is (185,221,132). Sum of RGB (Red+Green+Blue) = 185+221+132=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DD84 is #46227B. Grayscale: #C8C8C8. Windows color (decimal): -4596348 or 8707513. OLE color: 8707513.

HSL color Cylindrical-coordinate representation of color #B9DD84: hue angle of 84.27º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9DD84 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 132 -
CMYK 0.16 0 0.40 0.13
HSL 84.27º 0.57% 0.69% -
HSV(B) 84.27º 0.4% 0.87% -
XYZ 50.03 63.69 31.49 -
YUV 200.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 185 221 132 0.16 0 0.40 0.13 84.27 0.57 0.69
Hex B9 DD 84 10 0 28 D 54 39 45
Octal 271 335 204 20 0 50 15 124 71 105
Binary 10111001 11011101 10000100 10000 0 101000 1101 1010100 111001 1000101

Color Harmonies of #B9DD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD84

Black with #B9DD84

Text Example


Text Example

White with #B9DD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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