Html Css Color HEX #B5CC8E Sprout

📋 copy color: '#B5CC8E'

red 181 ◦ green 204 ◦ blue 142

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

Shades of Sprout #B5CC8E

Tints of Sprout #B5CC8E

RGB

 RED value IS 181 (71.09% from 255) = 34.35%

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

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

R = 34.35%
G = 38.71%
B = 26.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#B5CC8E (or 0xB5CC8E) is known color: Sprout. HEX triplet: B5, CC and 8E. RGB value is (181,204,142). Sum of RGB (Red+Green+Blue) = 181+204+142=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CC8E is #4A3371. Grayscale: #BEBEBE. Windows color (decimal): -4862834 or 9358517. OLE color: 9358517.

HSL color Cylindrical-coordinate representation of color #B5CC8E: hue angle of 82.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5CC8E is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 142 -
CMYK 0.11 0 0.30 0.2
HSL 82.26º 0.38% 0.68% -
HSV(B) 82.26º 0.3% 0.8% -
XYZ 45.53 54.96 33.8 -
YUV 190.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 181 204 142 0.11 0 0.30 0.2 82.26 0.38 0.68
Hex B5 CC 8E B 0 1E 14 52 26 44
Octal 265 314 216 13 0 36 24 122 46 104
Binary 10110101 11001100 10001110 1011 0 11110 10100 1010010 100110 1000100

Color Harmonies of #B5CC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CC8E

Black with #B5CC8E

Text Example


Text Example

White with #B5CC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CC8E; }

 p { color: rgb(181,204,142); }

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

background-color css

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

 a { background-color: rgb(181,204,142); }

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

border-color css

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

 span { border-color: rgb(181,204,142); }

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