Html Css Color HEX #B9CD99 Sprout

📋 copy color: '#B9CD99'

red 185 ◦ green 205 ◦ blue 153

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

Shades of Sprout #B9CD99

Tints of Sprout #B9CD99

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.75%

 BLUE value IS 153 (60.16% from 255) = 28.18%

R = 34.07%
G = 37.75%
B = 28.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#B9CD99 (or 0xB9CD99) is known color: Sprout. HEX triplet: B9, CD and 99. RGB value is (185,205,153). Sum of RGB (Red+Green+Blue) = 185+205+153=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CD99 is #463266. Grayscale: #C1C1C1. Windows color (decimal): -4600423 or 10079673. OLE color: 10079673.

HSL color Cylindrical-coordinate representation of color #B9CD99: hue angle of 83.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9CD99 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 205 153 -
CMYK 0.10 0 0.25 0.20
HSL 83.08º 0.34% 0.7% -
HSV(B) 83.08º 0.25% 0.8% -
XYZ 47.59 56.28 38.49 -
YUV 193.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 185 205 153 0.10 0 0.25 0.20 83.08 0.34 0.7
Hex B9 CD 99 A 0 19 14 53 22 46
Octal 271 315 231 12 0 31 24 123 42 106
Binary 10111001 11001101 10011001 1010 0 11001 10100 1010011 100010 1000110

Color Harmonies of #B9CD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CD99

Black with #B9CD99

Text Example


Text Example

White with #B9CD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CD99; }

 p { color: rgb(185,205,153); }

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

background-color css

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

 a { background-color: rgb(185,205,153); }

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

border-color css

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

 span { border-color: rgb(185,205,153); }

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