Html Css Color HEX #B4CC9E Sprout

📋 copy color: '#B4CC9E'

red 180 ◦ green 204 ◦ blue 158

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

Shades of Sprout #B4CC9E

Tints of Sprout #B4CC9E

RGB

 RED value IS 180 (70.7% from 255) = 33.21%

 GREEN value IS 204 (80.08% from 255) = 37.64%

 BLUE value IS 158 (62.11% from 255) = 29.15%

R = 33.21%
G = 37.64%
B = 29.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#B4CC9E (or 0xB4CC9E) is known color: Sprout. HEX triplet: B4, CC and 9E. RGB value is (180,204,158). Sum of RGB (Red+Green+Blue) = 180+204+158=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CC9E is #4B3361. Grayscale: #BFBFBF. Windows color (decimal): -4928354 or 10407092. OLE color: 10407092.

HSL color Cylindrical-coordinate representation of color #B4CC9E: hue angle of 91.3º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4CC9E is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 158 -
CMYK 0.12 0 0.23 0.2
HSL 91.3º 0.31% 0.71% -
HSV(B) 91.3º 0.23% 0.8% -
XYZ 46.59 55.36 40.58 -
YUV 191.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 180 204 158 0.12 0 0.23 0.2 91.3 0.31 0.71
Hex B4 CC 9E C 0 17 14 5B 1F 47
Octal 264 314 236 14 0 27 24 133 37 107
Binary 10110100 11001100 10011110 1100 0 10111 10100 1011011 11111 1000111

Color Harmonies of #B4CC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CC9E

Black with #B4CC9E

Text Example


Text Example

White with #B4CC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CC9E; }

 p { color: rgb(180,204,158); }

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

background-color css

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

 a { background-color: rgb(180,204,158); }

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

border-color css

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

 span { border-color: rgb(180,204,158); }

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