Html Css Color HEX #B9CD8E Sprout

📋 copy color: '#B9CD8E'

red 185 ◦ green 205 ◦ blue 142

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

Shades of Sprout #B9CD8E

Tints of Sprout #B9CD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.69%

R = 34.77%
G = 38.53%
B = 26.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#B9CD8E (or 0xB9CD8E) is known color: Sprout. HEX triplet: B9, CD and 8E. RGB value is (185,205,142). Sum of RGB (Red+Green+Blue) = 185+205+142=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CD8E is #463271. Grayscale: #C0C0C0. Windows color (decimal): -4600434 or 9358777. OLE color: 9358777.

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

Color convert

RGB 185 205 142 -
CMYK 0.10 0 0.31 0.20
HSL 79.05º 0.39% 0.68% -
HSV(B) 79.05º 0.31% 0.8% -
XYZ 46.72 55.93 33.92 -
YUV 191.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 185 205 142 0.10 0 0.31 0.20 79.05 0.39 0.68
Hex B9 CD 8E A 0 1F 14 4F 27 44
Octal 271 315 216 12 0 37 24 117 47 104
Binary 10111001 11001101 10001110 1010 0 11111 10100 1001111 100111 1000100

Color Harmonies of #B9CD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CD8E

Black with #B9CD8E

Text Example


Text Example

White with #B9CD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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