Html Css Color HEX #B9DD85 Sulu

📋 copy color: '#B9DD85'

red 185 ◦ green 221 ◦ blue 133

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

Shades of Sulu #B9DD85

Tints of Sulu #B9DD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.68%

R = 34.32%
G = 41%
B = 24.68%

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

#B9DD85 (or 0xB9DD85) is known color: Sulu. HEX triplet: B9, DD and 85. RGB value is (185,221,133). Sum of RGB (Red+Green+Blue) = 185+221+133=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DD85 is #46227A. Grayscale: #C8C8C8. Windows color (decimal): -4596347 or 8773049. OLE color: 8773049.

HSL color Cylindrical-coordinate representation of color #B9DD85: hue angle of 84.55º degrees, saturation: 0.56, 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 #B9DD85 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 133 -
CMYK 0.16 0 0.40 0.13
HSL 84.55º 0.56% 0.69% -
HSV(B) 84.55º 0.4% 0.87% -
XYZ 50.1 63.72 31.85 -
YUV 200.2 90.07 117.16 -
System Red Green Blue C M Y K H S L
Decimal 185 221 133 0.16 0 0.40 0.13 84.55 0.56 0.69
Hex B9 DD 85 10 0 28 D 55 38 45
Octal 271 335 205 20 0 50 15 125 70 105
Binary 10111001 11011101 10000101 10000 0 101000 1101 1010101 111000 1000101

Color Harmonies of #B9DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD85

Black with #B9DD85

Text Example


Text Example

White with #B9DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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