Html Css Color HEX #B9DF8C Sulu

📋 copy color: '#B9DF8C'

red 185 ◦ green 223 ◦ blue 140

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

Shades of Sulu #B9DF8C

Tints of Sulu #B9DF8C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.69%

 BLUE value IS 140 (55.08% from 255) = 25.55%

R = 33.76%
G = 40.69%
B = 25.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#B9DF8C (or 0xB9DF8C) is known color: Sulu. HEX triplet: B9, DF and 8C. RGB value is (185,223,140). Sum of RGB (Red+Green+Blue) = 185+223+140=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DF8C is #462073. Grayscale: #CACACA. Windows color (decimal): -4595828 or 9232313. OLE color: 9232313.

HSL color Cylindrical-coordinate representation of color #B9DF8C: hue angle of 87.47º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9DF8C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 223 140 -
CMYK 0.17 0 0.37 0.13
HSL 87.47º 0.56% 0.71% -
HSV(B) 87.47º 0.37% 0.87% -
XYZ 51.13 64.98 34.66 -
YUV 202.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 185 223 140 0.17 0 0.37 0.13 87.47 0.56 0.71
Hex B9 DF 8C 11 0 25 D 57 38 47
Octal 271 337 214 21 0 45 15 127 70 107
Binary 10111001 11011111 10001100 10001 0 100101 1101 1010111 111000 1000111

Color Harmonies of #B9DF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DF8C

Black with #B9DF8C

Text Example


Text Example

White with #B9DF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DF8C; }

 p { color: rgb(185,223,140); }

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

background-color css

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

 a { background-color: rgb(185,223,140); }

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

border-color css

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

 span { border-color: rgb(185,223,140); }

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