#B3D358

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

Shades of Conifer #B3D358

Tints of Conifer #B3D358

Color information

#B3D358 (or 0xB3D358) is unknown color: approx Conifer. HEX triplet: B3, D3 and 58. RGB value is (179,211,88). Sum of RGB (Red+Green+Blue) = 179+211+88=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D358 is #4C2CA7. Grayscale: #BBBBBB. Windows color (decimal): -4992168 or 5821363. OLE color: 5821363.

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

Color convert

RGB17921188-
CMYK0.1500.580.17
HSL75.61º58.29%58.63%-
HSV(B)75.61º58.29%82.75%-
XYZ43.6556.8817.91-
YUV187.4171.9122-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 88 (34.77% from 255) = 18.41%
R=37.45%
G=44.14%
B=18.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal179211880.1500.580.1775.6158.2958.63
HexB3D358F03A114c3a3b
Octal26332313017072211147273
Binary1011001111010011101100011110111010100011001100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D358; }

 p { color: rgb(179,211,88); }

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

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

 a { background-color: rgb(179,211,88); }

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

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

 span { border-color: rgb(179,211,88); }

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