Html Css Color HEX #B2CE8F Sprout

📋 copy color: '#B2CE8F'

red 178 ◦ green 206 ◦ blue 143

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

Shades of Sprout #B2CE8F

Tints of Sprout #B2CE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.13%

R = 33.78%
G = 39.09%
B = 27.13%

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

#B2CE8F (or 0xB2CE8F) is known color: Sprout. HEX triplet: B2, CE and 8F. RGB value is (178,206,143). Sum of RGB (Red+Green+Blue) = 178+206+143=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CE8F is #4D3170. Grayscale: #BEBEBE. Windows color (decimal): -5058929 or 9424562. OLE color: 9424562.

HSL color Cylindrical-coordinate representation of color #B2CE8F: hue angle of 86.67º degrees, saturation: 0.39, 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 #B2CE8F is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 143 -
CMYK 0.14 0 0.31 0.19
HSL 86.67º 0.39% 0.68% -
HSV(B) 86.67º 0.31% 0.81% -
XYZ 45.39 55.59 34.32 -
YUV 190.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 178 206 143 0.14 0 0.31 0.19 86.67 0.39 0.68
Hex B2 CE 8F E 0 1F 13 57 27 44
Octal 262 316 217 16 0 37 23 127 47 104
Binary 10110010 11001110 10001111 1110 0 11111 10011 1010111 100111 1000100

Color Harmonies of #B2CE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE8F

Black with #B2CE8F

Text Example


Text Example

White with #B2CE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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