#B0D54D

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

Shades of Conifer #B0D54D

Tints of Conifer #B0D54D

Color information

#B0D54D (or 0xB0D54D) is unknown color: approx Conifer. HEX triplet: B0, D5 and 4D. RGB value is (176,213,77). Sum of RGB (Red+Green+Blue) = 176+213+77=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D54D is #4F2AB2. Grayscale: #BABABA. Windows color (decimal): -5188275 or 5100976. OLE color: 5100976.

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

Color convert

RGB17621377-
CMYK0.1700.640.16
HSL76.32º61.82%56.86%-
HSV(B)76.32º63.85%83.53%-
XYZ43.0457.3515.82-
YUV186.4366.24120.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 77 (30.47% from 255) = 16.52%
R=37.77%
G=45.71%
B=16.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176213770.1700.640.1676.3261.8256.86
HexB0D54D11040104c3e39
Octal260325115210100201147671
Binary101100001101010110011011000101000000100001001100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D54D; }

 p { color: rgb(176,213,77); }

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

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

 a { background-color: rgb(176,213,77); }

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

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

 span { border-color: rgb(176,213,77); }

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