Html Css Color HEX #B6C061 Wild Willow

📋 copy color: '#B6C061'

red 182 ◦ green 192 ◦ blue 97

#B6C061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #B6C061

Tints of Wild Willow #B6C061

RGB

 RED value IS 182 (71.48% from 255) = 38.64%

 GREEN value IS 192 (75.39% from 255) = 40.76%

 BLUE value IS 97 (38.28% from 255) = 20.59%

R = 38.64%
G = 40.76%
B = 20.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#B6C061 (or 0xB6C061) is known color: Wild Willow. HEX triplet: B6, C0 and 61. RGB value is (182,192,97). Sum of RGB (Red+Green+Blue) = 182+192+97=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C061 is #493F9E. Grayscale: #B2B2B2. Windows color (decimal): -4800415 or 6406326. OLE color: 6406326.

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

Color convert

RGB 182 192 97 -
CMYK 0.05 0 0.49 0.25
HSL 66.32º 0.43% 0.57% -
HSV(B) 66.32º 0.49% 0.75% -
XYZ 40.3 48.51 18.55 -
YUV 178.18 82.19 130.72 -
System Red Green Blue C M Y K H S L
Decimal 182 192 97 0.05 0 0.49 0.25 66.32 0.43 0.57
Hex B6 C0 61 5 0 31 19 42 2B 39
Octal 266 300 141 5 0 61 31 102 53 71
Binary 10110110 11000000 1100001 101 0 110001 11001 1000010 101011 111001

Color Harmonies of #B6C061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C061

Black with #B6C061

Text Example


Text Example

White with #B6C061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C061; }

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

 H1.HeaderClassName
 {
   color: #B6C061;
 }
 .AnyTagClassName
 {
   color: #B6C061;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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