#B0D75D

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

Shades of Conifer #B0D75D

Tints of Conifer #B0D75D

Color information

#B0D75D (or 0xB0D75D) is unknown color: approx Conifer. HEX triplet: B0, D7 and 5D. RGB value is (176,215,93). Sum of RGB (Red+Green+Blue) = 176+215+93=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D75D is #4F28A2. Grayscale: #BDBDBD. Windows color (decimal): -5187747 or 6150064. OLE color: 6150064.

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

Color convert

RGB17621593-
CMYK0.1800.570.16
HSL79.18º60.4%60.39%-
HSV(B)79.18º56.74%84.31%-
XYZ44.1858.6219.34-
YUV189.4373.58118.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 215 (84.38% from 255) = 44.42%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=36.36%
G=44.42%
B=19.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176215930.1800.570.1679.1860.460.39
HexB0D75D12039104f3c3c
Octal26032713522071201177474
Binary10110000110101111011101100100111001100001001111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D75D; }

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

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

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

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

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

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

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

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