#B3E360

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

Shades of Conifer #B3E360

Tints of Conifer #B3E360

Color information

#B3E360 (or 0xB3E360) is unknown color: approx Conifer. HEX triplet: B3, E3 and 60. RGB value is (179,227,96). Sum of RGB (Red+Green+Blue) = 179+227+96=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #B3E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E360 is #4C1C9F. Grayscale: #C6C6C6. Windows color (decimal): -4988064 or 6349747. OLE color: 6349747.

HSL color Cylindrical-coordinate representation of color #B3E360: hue angle of 81.98º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3E360 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB17922796-
CMYK0.2100.580.11
HSL81.98º70.05%63.33%-
HSV(B)81.98º57.71%89.02%-
XYZ48.1765.3721.14-
YUV197.7170.6114.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 227 (89.06% from 255) = 45.22%
BLUE value IS 96 (37.89% from 255) = 19.12%
R=35.66%
G=45.22%
B=19.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal179227960.2100.580.1181.9870.0563.33
HexB3E3601503AB52463f
Octal263343140250721312210677
Binary10110011111000111100000101010111010101110100101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E360; }

 p { color: rgb(179,227,96); }

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

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

 a { background-color: rgb(179,227,96); }

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

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

 span { border-color: rgb(179,227,96); }

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