Html Css Color HEX #B2CE8D Sprout

📋 copy color: '#B2CE8D'

red 178 ◦ green 206 ◦ blue 141

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

Shades of Sprout #B2CE8D

Tints of Sprout #B2CE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.86%

R = 33.9%
G = 39.24%
B = 26.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#B2CE8D (or 0xB2CE8D) is known color: Sprout. HEX triplet: B2, CE and 8D. RGB value is (178,206,141). Sum of RGB (Red+Green+Blue) = 178+206+141=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CE8D is #4D3172. Grayscale: #BEBEBE. Windows color (decimal): -5058931 or 9293490. OLE color: 9293490.

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

Color convert

RGB 178 206 141 -
CMYK 0.14 0 0.32 0.19
HSL 85.85º 0.4% 0.68% -
HSV(B) 85.85º 0.32% 0.81% -
XYZ 45.24 55.53 33.53 -
YUV 190.22 100.22 119.29 -
System Red Green Blue C M Y K H S L
Decimal 178 206 141 0.14 0 0.32 0.19 85.85 0.4 0.68
Hex B2 CE 8D E 0 20 13 56 28 44
Octal 262 316 215 16 0 40 23 126 50 104
Binary 10110010 11001110 10001101 1110 0 100000 10011 1010110 101000 1000100

Color Harmonies of #B2CE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE8D

Black with #B2CE8D

Text Example


Text Example

White with #B2CE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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