#B6C05D

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

Shades of Wild Willow #B6C05D

Tints of Wild Willow #B6C05D

Color information

#B6C05D (or 0xB6C05D) is unknown color: approx Wild Willow. HEX triplet: B6, C0 and 5D. RGB value is (182,192,93). Sum of RGB (Red+Green+Blue) = 182+192+93=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C05D is #493FA2. Grayscale: #B2B2B2. Windows color (decimal): -4800419 or 6144182. OLE color: 6144182.

HSL color Cylindrical-coordinate representation of color #B6C05D: hue angle of 66.06º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6C05D is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB18219293-
CMYK0.0500.520.25
HSL66.06º44%55.88%-
HSV(B)66.06º51.56%75.29%-
XYZ40.1248.4317.59-
YUV177.7280.19131.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=38.97%
G=41.11%
B=19.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182192930.0500.520.2566.064455.88
HexB6C05D503419422c38
Octal2663001355064311025470
Binary101101101100000010111011010110100110011000010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C05D; }

 p { color: rgb(182,192,93); }

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

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

 a { background-color: rgb(182,192,93); }

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

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

 span { border-color: rgb(182,192,93); }

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