#B0E069

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

Shades of Conifer #B0E069

Tints of Conifer #B0E069

Color information

#B0E069 (or 0xB0E069) is unknown color: approx Conifer. HEX triplet: B0, E0 and 69. RGB value is (176,224,105). Sum of RGB (Red+Green+Blue) = 176+224+105=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E069 is #4F1F96. Grayscale: #C4C4C4. Windows color (decimal): -5185431 or 6938800. OLE color: 6938800.

HSL color Cylindrical-coordinate representation of color #B0E069: hue angle of 84.2º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0E069 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB176224105-
CMYK0.2100.530.12
HSL84.2º65.75%64.51%-
HSV(B)84.2º53.12%87.84%-
XYZ47.1163.5623.15-
YUV196.0876.6113.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 224 (87.89% from 255) = 44.36%
BLUE value IS 105 (41.41% from 255) = 20.79%
R=34.85%
G=44.36%
B=20.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762241050.2100.530.1284.265.7564.51
HexB0E06915035C544241
Octal2603401512506514124102101
Binary101100001110000011010011010101101011100101010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E069; }

 p { color: rgb(176,224,105); }

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

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

 a { background-color: rgb(176,224,105); }

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

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

 span { border-color: rgb(176,224,105); }

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