#B0EA5C

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

Shades of Conifer #B0EA5C

Tints of Conifer #B0EA5C

Color information

#B0EA5C (or 0xB0EA5C) is unknown color: approx Conifer. HEX triplet: B0, EA and 5C. RGB value is (176,234,92). Sum of RGB (Red+Green+Blue) = 176+234+92=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EA5C is #4F15A3. Grayscale: #C8C8C8. Windows color (decimal): -5182884 or 6089392. OLE color: 6089392.

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

Color convert

RGB17623492-
CMYK0.2500.610.08
HSL84.51º77.17%63.92%-
HSV(B)84.51º60.68%91.76%-
XYZ49.2668.8520.82-
YUV200.4766.78110.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 234 (91.80% from 255) = 46.61%
BLUE value IS 92 (36.33% from 255) = 18.33%
R=35.06%
G=46.61%
B=18.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal176234920.2500.610.0884.5177.1763.92
HexB0EA5C1903D8554d40
Octal2603521343107510125115100
Binary101100001110101010111001100101111011000101010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EA5C; }

 p { color: rgb(176,234,92); }

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

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

 a { background-color: rgb(176,234,92); }

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

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

 span { border-color: rgb(176,234,92); }

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