Html Css Color HEX #B9DC8C Sulu

📋 copy color: '#B9DC8C'

red 185 ◦ green 220 ◦ blue 140

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

Shades of Sulu #B9DC8C

Tints of Sulu #B9DC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.37%

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

R = 33.94%
G = 40.37%
B = 25.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#B9DC8C (or 0xB9DC8C) is known color: Sulu. HEX triplet: B9, DC and 8C. RGB value is (185,220,140). Sum of RGB (Red+Green+Blue) = 185+220+140=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC8C is #462373. Grayscale: #C8C8C8. Windows color (decimal): -4596596 or 9231545. OLE color: 9231545.

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

Color convert

RGB 185 220 140 -
CMYK 0.16 0 0.36 0.14
HSL 86.25º 0.53% 0.71% -
HSV(B) 86.25º 0.36% 0.86% -
XYZ 50.33 63.39 34.39 -
YUV 200.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 185 220 140 0.16 0 0.36 0.14 86.25 0.53 0.71
Hex B9 DC 8C 10 0 24 E 56 35 47
Octal 271 334 214 20 0 44 16 126 65 107
Binary 10111001 11011100 10001100 10000 0 100100 1110 1010110 110101 1000111

Color Harmonies of #B9DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC8C

Black with #B9DC8C

Text Example


Text Example

White with #B9DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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