#B4E960

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

Shades of Conifer #B4E960

Tints of Conifer #B4E960

Color information

#B4E960 (or 0xB4E960) is unknown color: approx Conifer. HEX triplet: B4, E9 and 60. RGB value is (180,233,96). Sum of RGB (Red+Green+Blue) = 180+233+96=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E960 is #4B169F. Grayscale: #CACACA. Windows color (decimal): -4920992 or 6351284. OLE color: 6351284.

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

Color convert

RGB18023396-
CMYK0.2300.590.09
HSL83.21º75.69%64.51%-
HSV(B)83.21º58.8%91.37%-
XYZ50.0768.8321.71-
YUV201.5368.44112.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 233 (91.41% from 255) = 45.78%
BLUE value IS 96 (37.89% from 255) = 18.86%
R=35.36%
G=45.78%
B=18.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180233960.2300.590.0983.2175.6964.51
HexB4E9601703B9534c41
Octal2643511402707311123114101
Binary101101001110100111000001011101110111001101001110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E960; }

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

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

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

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

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

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

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

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