#B2CF58

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

Shades of Conifer #B2CF58

Tints of Conifer #B2CF58

Color information

#B2CF58 (or 0xB2CF58) is unknown color: approx Conifer. HEX triplet: B2, CF and 58. RGB value is (178,207,88). Sum of RGB (Red+Green+Blue) = 178+207+88=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF58 is #4D30A7. Grayscale: #B9B9B9. Windows color (decimal): -5058728 or 5820338. OLE color: 5820338.

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

Color convert

RGB17820788-
CMYK0.1400.570.19
HSL74.62º55.35%57.84%-
HSV(B)74.62º57.49%81.18%-
XYZ42.4354.817.57-
YUV184.7673.39123.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=37.63%
G=43.76%
B=18.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178207880.1400.570.1974.6255.3557.84
HexB2CF58E039134b373a
Octal26231713016071231136772
Binary1011001011001111101100011100111001100111001011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CF58; }

 p { color: rgb(178,207,88); }

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

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

 a { background-color: rgb(178,207,88); }

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

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

 span { border-color: rgb(178,207,88); }

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