#B6D55C

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

Shades of Conifer #B6D55C

Tints of Conifer #B6D55C

Color information

#B6D55C (or 0xB6D55C) is unknown color: approx Conifer. HEX triplet: B6, D5 and 5C. RGB value is (182,213,92). Sum of RGB (Red+Green+Blue) = 182+213+92=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D55C is #492AA3. Grayscale: #BEBEBE. Windows color (decimal): -4795044 or 6084022. OLE color: 6084022.

HSL color Cylindrical-coordinate representation of color #B6D55C: hue angle of 75.37º degrees, saturation: 0.59, 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 #B6D55C is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB18221392-
CMYK0.1500.570.16
HSL75.37º59.02%59.8%-
HSV(B)75.37º56.81%83.53%-
XYZ45.0258.3119.01-
YUV189.9472.73122.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 213 (83.59% from 255) = 43.74%
BLUE value IS 92 (36.33% from 255) = 18.89%
R=37.37%
G=43.74%
B=18.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182213920.1500.570.1675.3759.0259.8
HexB6D55CF039104b3b3c
Octal26632513417071201137374
Binary1011011011010101101110011110111001100001001011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D55C; }

 p { color: rgb(182,213,92); }

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

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

 a { background-color: rgb(182,213,92); }

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

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

 span { border-color: rgb(182,213,92); }

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