#B3E95C

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

Shades of Conifer #B3E95C

Tints of Conifer #B3E95C

Color information

#B3E95C (or 0xB3E95C) is unknown color: approx Conifer. HEX triplet: B3, E9 and 5C. RGB value is (179,233,92). Sum of RGB (Red+Green+Blue) = 179+233+92=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #B3E95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3E95C is #4C16A3. Grayscale: #C9C9C9. Windows color (decimal): -4986532 or 6089139. OLE color: 6089139.

HSL color Cylindrical-coordinate representation of color #B3E95C: hue angle of 82.98º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3E95C is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB17923392-
CMYK0.2300.610.09
HSL82.98º76.22%63.73%-
HSV(B)82.98º60.52%91.37%-
XYZ49.6668.6320.76-
YUV200.7866.61112.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 233 (91.41% from 255) = 46.23%
BLUE value IS 92 (36.33% from 255) = 18.25%
R=35.52%
G=46.23%
B=18.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal179233920.2300.610.0982.9876.2263.73
HexB3E95C1703D9534c40
Octal2633511342707511123114100
Binary101100111110100110111001011101111011001101001110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E95C; }

 p { color: rgb(179,233,92); }

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

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

 a { background-color: rgb(179,233,92); }

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

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

 span { border-color: rgb(179,233,92); }

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