Html Css Color HEX #B2CE8E Sprout

📋 copy color: '#B2CE8E'

red 178 ◦ green 206 ◦ blue 142

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

Shades of Sprout #B2CE8E

Tints of Sprout #B2CE8E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.16%

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

R = 33.84%
G = 39.16%
B = 27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#B2CE8E (or 0xB2CE8E) is known color: Sprout. HEX triplet: B2, CE and 8E. RGB value is (178,206,142). Sum of RGB (Red+Green+Blue) = 178+206+142=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CE8E is #4D3171. Grayscale: #BEBEBE. Windows color (decimal): -5058930 or 9359026. OLE color: 9359026.

HSL color Cylindrical-coordinate representation of color #B2CE8E: hue angle of 86.25º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2CE8E is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 142 -
CMYK 0.14 0 0.31 0.19
HSL 86.25º 0.4% 0.68% -
HSV(B) 86.25º 0.31% 0.81% -
XYZ 45.31 55.56 33.93 -
YUV 190.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 178 206 142 0.14 0 0.31 0.19 86.25 0.4 0.68
Hex B2 CE 8E E 0 1F 13 56 28 44
Octal 262 316 216 16 0 37 23 126 50 104
Binary 10110010 11001110 10001110 1110 0 11111 10011 1010110 101000 1000100

Color Harmonies of #B2CE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE8E

Black with #B2CE8E

Text Example


Text Example

White with #B2CE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE8E; }

 p { color: rgb(178,206,142); }

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

background-color css

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

 a { background-color: rgb(178,206,142); }

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

border-color css

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

 span { border-color: rgb(178,206,142); }

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