Html Css Color HEX #B2CC8C Sprout

📋 copy color: '#B2CC8C'

red 178 ◦ green 204 ◦ blue 140

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

Shades of Sprout #B2CC8C

Tints of Sprout #B2CC8C

RGB

 RED value IS 178 (69.92% from 255) = 34.1%

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

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

R = 34.1%
G = 39.08%
B = 26.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#B2CC8C (or 0xB2CC8C) is known color: Sprout. HEX triplet: B2, CC and 8C. RGB value is (178,204,140). Sum of RGB (Red+Green+Blue) = 178+204+140=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CC8C is #4D3373. Grayscale: #BDBDBD. Windows color (decimal): -5059444 or 9227442. OLE color: 9227442.

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

Color convert

RGB 178 204 140 -
CMYK 0.13 0 0.31 0.2
HSL 84.38º 0.39% 0.67% -
HSV(B) 84.38º 0.31% 0.8% -
XYZ 44.69 54.54 32.98 -
YUV 188.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 178 204 140 0.13 0 0.31 0.2 84.38 0.39 0.67
Hex B2 CC 8C D 0 1F 14 54 27 43
Octal 262 314 214 15 0 37 24 124 47 103
Binary 10110010 11001100 10001100 1101 0 11111 10100 1010100 100111 1000011

Color Harmonies of #B2CC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC8C

Black with #B2CC8C

Text Example


Text Example

White with #B2CC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC8C; }

 p { color: rgb(178,204,140); }

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

background-color css

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

 a { background-color: rgb(178,204,140); }

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

border-color css

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

 span { border-color: rgb(178,204,140); }

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