#B0D769

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

Shades of Conifer #B0D769

Tints of Conifer #B0D769

Color information

#B0D769 (or 0xB0D769) is unknown color: approx Conifer. HEX triplet: B0, D7 and 69. RGB value is (176,215,105). Sum of RGB (Red+Green+Blue) = 176+215+105=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D769 is #4F2896. Grayscale: #BFBFBF. Windows color (decimal): -5187735 or 6936496. OLE color: 6936496.

HSL color Cylindrical-coordinate representation of color #B0D769: hue angle of 81.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0D769 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB176215105-
CMYK0.1800.510.16
HSL81.27º57.89%62.75%-
HSV(B)81.27º51.16%84.31%-
XYZ44.7558.8522.37-
YUV190.879.58117.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 215 (84.38% from 255) = 43.35%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=35.48%
G=43.35%
B=21.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151050.1800.510.1681.2757.8962.75
HexB0D7691203310513a3f
Octal26032715122063201217277
Binary10110000110101111101001100100110011100001010001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D769; }

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

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

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

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

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

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

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

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