#B8CF8E

Color #B8CF8E Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B8CF8E

Tints of Sprout #B8CF8E

Color information

#B8CF8E (or 0xB8CF8E) is unknown color: approx Sprout. HEX triplet: B8, CF and 8E. RGB value is (184,207,142). Sum of RGB (Red+Green+Blue) = 184+207+142=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CF8E is #473071. Grayscale: #C0C0C0. Windows color (decimal): -4665458 or 9359288. OLE color: 9359288.

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

Color convert

RGB184207142-
CMYK0.1100.310.19
HSL81.23º40.37%68.43%-
HSV(B)81.23º31.4%81.18%-
XYZ46.9656.7734.07-
YUV192.7199.38121.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 207 (81.25% from 255) = 38.84%
BLUE value IS 142 (55.86% from 255) = 26.64%
R=34.52%
G=38.84%
B=26.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842071420.1100.310.1981.2340.3768.43
HexB8CF8EB01F13512844
Octal270317216130372312150104
Binary10111000110011111000111010110111111001110100011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CF8E; }

 p { color: rgb(184,207,142); }

 H1.HeaderClassName
 {
   color: #B8CF8E;
 }
 .AnyTagClassName
 {
   color: #B8CF8E;
 }
</style>
background-color css

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

 a { background-color: rgb(184,207,142); }

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

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

 span { border-color: rgb(184,207,142); }

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