#B2D258

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

Shades of Conifer #B2D258

Tints of Conifer #B2D258

Color information

#B2D258 (or 0xB2D258) is unknown color: approx Conifer. HEX triplet: B2, D2 and 58. RGB value is (178,210,88). Sum of RGB (Red+Green+Blue) = 178+210+88=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D258 is #4D2DA7. Grayscale: #BABABA. Windows color (decimal): -5057960 or 5821106. OLE color: 5821106.

HSL color Cylindrical-coordinate representation of color #B2D258: hue angle of 75.74º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2D258 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB17821088-
CMYK0.1500.580.18
HSL75.74º57.55%58.43%-
HSV(B)75.74º58.1%82.35%-
XYZ43.1756.2617.82-
YUV186.5272.4121.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 210 (82.42% from 255) = 44.12%
BLUE value IS 88 (34.77% from 255) = 18.49%
R=37.39%
G=44.12%
B=18.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178210880.1500.580.1875.7457.5558.43
HexB2D258F03A124c3a3a
Octal26232213017072221147272
Binary1011001011010010101100011110111010100101001100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D258; }

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

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

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

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

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

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

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

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