#B4E865

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

Shades of Conifer #B4E865

Tints of Conifer #B4E865

Color information

#B4E865 (or 0xB4E865) is unknown color: approx Conifer. HEX triplet: B4, E8 and 65. RGB value is (180,232,101). Sum of RGB (Red+Green+Blue) = 180+232+101=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E865 is #4B179A. Grayscale: #C9C9C9. Windows color (decimal): -4921243 or 6678708. OLE color: 6678708.

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

Color convert

RGB180232101-
CMYK0.2200.560.09
HSL83.82º74.01%65.29%-
HSV(B)83.82º56.47%90.98%-
XYZ50.0368.3622.87-
YUV201.5271.27112.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 232 (91.02% from 255) = 45.22%
BLUE value IS 101 (39.84% from 255) = 19.69%
R=35.09%
G=45.22%
B=19.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802321010.2200.560.0983.8274.0165.29
HexB4E865160389544a41
Octal2643501452607011124112101
Binary101101001110100011001011011001110001001101010010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E865; }

 p { color: rgb(180,232,101); }

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

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

 a { background-color: rgb(180,232,101); }

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

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

 span { border-color: rgb(180,232,101); }

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