#B0D25C

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

Shades of Conifer #B0D25C

Tints of Conifer #B0D25C

Color information

#B0D25C (or 0xB0D25C) is unknown color: approx Conifer. HEX triplet: B0, D2 and 5C. RGB value is (176,210,92). Sum of RGB (Red+Green+Blue) = 176+210+92=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D25C is #4F2DA3. Grayscale: #BABABA. Windows color (decimal): -5189028 or 6083248. OLE color: 6083248.

HSL color Cylindrical-coordinate representation of color #B0D25C: hue angle of 77.29º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0D25C is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB17621092-
CMYK0.1600.560.18
HSL77.29º56.73%59.22%-
HSV(B)77.29º56.19%82.35%-
XYZ42.8856.118.69-
YUV186.3874.74120.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 92 (36.33% from 255) = 19.25%
R=36.82%
G=43.93%
B=19.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176210920.1600.560.1877.2956.7359.22
HexB0D25C10038124d393b
Octal26032213420070221157173
Binary10110000110100101011100100000111000100101001101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D25C; }

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

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

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

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

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

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

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

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