Html Css Color HEX #B2CE8B Sprout

📋 copy color: '#B2CE8B'

red 178 ◦ green 206 ◦ blue 139

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

Shades of Sprout #B2CE8B

Tints of Sprout #B2CE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.58%

R = 34.03%
G = 39.39%
B = 26.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#B2CE8B (or 0xB2CE8B) is known color: Sprout. HEX triplet: B2, CE and 8B. RGB value is (178,206,139). Sum of RGB (Red+Green+Blue) = 178+206+139=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CE8B is #4D3174. Grayscale: #BEBEBE. Windows color (decimal): -5058933 or 9162418. OLE color: 9162418.

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

Color convert

RGB 178 206 139 -
CMYK 0.14 0 0.33 0.19
HSL 85.07º 0.41% 0.68% -
HSV(B) 85.07º 0.33% 0.81% -
XYZ 45.09 55.47 32.76 -
YUV 189.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 178 206 139 0.14 0 0.33 0.19 85.07 0.41 0.68
Hex B2 CE 8B E 0 21 13 55 29 44
Octal 262 316 213 16 0 41 23 125 51 104
Binary 10110010 11001110 10001011 1110 0 100001 10011 1010101 101001 1000100

Color Harmonies of #B2CE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE8B

Black with #B2CE8B

Text Example


Text Example

White with #B2CE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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