#B0D25E

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

Shades of Conifer #B0D25E

Tints of Conifer #B0D25E

Color information

#B0D25E (or 0xB0D25E) is unknown color: approx Conifer. HEX triplet: B0, D2 and 5E. RGB value is (176,210,94). Sum of RGB (Red+Green+Blue) = 176+210+94=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D25E is #4F2DA1. Grayscale: #BBBBBB. Windows color (decimal): -5189026 or 6214320. OLE color: 6214320.

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

Color convert

RGB17621094-
CMYK0.1600.550.18
HSL77.59º56.31%59.61%-
HSV(B)77.59º55.24%82.35%-
XYZ42.9756.1319.16-
YUV186.6175.74120.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 210 (82.42% from 255) = 43.75%
BLUE value IS 94 (37.11% from 255) = 19.58%
R=36.67%
G=43.75%
B=19.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176210940.1600.550.1877.5956.3159.61
HexB0D25E10037124e383c
Octal26032213620067221167074
Binary10110000110100101011110100000110111100101001110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D25E; }

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

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

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

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

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

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

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

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