#B4E360

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

Shades of Conifer #B4E360

Tints of Conifer #B4E360

Color information

#B4E360 (or 0xB4E360) is unknown color: approx Conifer. HEX triplet: B4, E3 and 60. RGB value is (180,227,96). Sum of RGB (Red+Green+Blue) = 180+227+96=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #B4E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E360 is #4B1C9F. Grayscale: #C6C6C6. Windows color (decimal): -4922528 or 6349748. OLE color: 6349748.

HSL color Cylindrical-coordinate representation of color #B4E360: hue angle of 81.53º 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 #B4E360 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB18022796-
CMYK0.2100.580.11
HSL81.53º70.05%63.33%-
HSV(B)81.53º57.71%89.02%-
XYZ48.465.4921.16-
YUV198.0170.43115.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 227 (89.06% from 255) = 45.13%
BLUE value IS 96 (37.89% from 255) = 19.09%
R=35.79%
G=45.13%
B=19.09%

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
Decimal180227960.2100.580.1181.5370.0563.33
HexB4E3601503AB52463f
Octal264343140250721312210677
Binary10110100111000111100000101010111010101110100101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E360; }

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

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

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

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

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

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

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

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