#B0EB64

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

Shades of Conifer #B0EB64

Tints of Conifer #B0EB64

Color information

#B0EB64 (or 0xB0EB64) is unknown color: approx Conifer. HEX triplet: B0, EB and 64. RGB value is (176,235,100). Sum of RGB (Red+Green+Blue) = 176+235+100=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EB64 is #4F149B. Grayscale: #CACACA. Windows color (decimal): -5182620 or 6613936. OLE color: 6613936.

HSL color Cylindrical-coordinate representation of color #B0EB64: hue angle of 86.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0EB64 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB176235100-
CMYK0.2500.570.08
HSL86.22º77.14%65.69%-
HSV(B)86.22º57.45%92.16%-
XYZ49.9169.5722.85-
YUV201.9770.45109.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 235 (92.19% from 255) = 45.99%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=34.44%
G=45.99%
B=19.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351000.2500.570.0886.2277.1465.69
HexB0EB64190398564d42
Octal2603531443107110126115102
Binary101100001110101111001001100101110011000101011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EB64; }

 p { color: rgb(176,235,100); }

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

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

 a { background-color: rgb(176,235,100); }

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

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

 span { border-color: rgb(176,235,100); }

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