#B0E65A

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

Shades of Conifer #B0E65A

Tints of Conifer #B0E65A

Color information

#B0E65A (or 0xB0E65A) is unknown color: approx Conifer. HEX triplet: B0, E6 and 5A. RGB value is (176,230,90). Sum of RGB (Red+Green+Blue) = 176+230+90=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E65A is #4F19A5. Grayscale: #C6C6C6. Windows color (decimal): -5183910 or 5957296. OLE color: 5957296.

HSL color Cylindrical-coordinate representation of color #B0E65A: hue angle of 83.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0E65A is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB17623090-
CMYK0.2300.610.10
HSL83.14º73.68%62.75%-
HSV(B)83.14º60.87%90.2%-
XYZ48.0566.5619.99-
YUV197.8967.11112.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 230 (90.23% from 255) = 46.37%
BLUE value IS 90 (35.55% from 255) = 18.15%
R=35.48%
G=46.37%
B=18.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal176230900.2300.610.1083.1473.6862.75
HexB0E65A1703DA534a3f
Octal260346132270751212311277
Binary10110000111001101011010101110111101101010100111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E65A; }

 p { color: rgb(176,230,90); }

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

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

 a { background-color: rgb(176,230,90); }

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

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

 span { border-color: rgb(176,230,90); }

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