Html Css Color HEX #B6C16C Wild Willow

📋 copy color: '#B6C16C'

red 182 ◦ green 193 ◦ blue 108

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

Shades of Wild Willow #B6C16C

Tints of Wild Willow #B6C16C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.96%

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 37.68%
G = 39.96%
B = 22.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#B6C16C (or 0xB6C16C) is known color: Wild Willow. HEX triplet: B6, C1 and 6C. RGB value is (182,193,108). Sum of RGB (Red+Green+Blue) = 182+193+108=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C16C is #493E93. Grayscale: #B4B4B4. Windows color (decimal): -4800148 or 7127478. OLE color: 7127478.

HSL color Cylindrical-coordinate representation of color #B6C16C: hue angle of 67.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6C16C is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 193 108 -
CMYK 0.06 0 0.44 0.24
HSL 67.76º 0.41% 0.59% -
HSV(B) 67.76º 0.44% 0.76% -
XYZ 41.07 49.17 21.51 -
YUV 180.02 87.36 129.41 -
System Red Green Blue C M Y K H S L
Decimal 182 193 108 0.06 0 0.44 0.24 67.76 0.41 0.59
Hex B6 C1 6C 6 0 2C 18 44 29 3B
Octal 266 301 154 6 0 54 30 104 51 73
Binary 10110110 11000001 1101100 110 0 101100 11000 1000100 101001 111011

Color Harmonies of #B6C16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C16C

Black with #B6C16C

Text Example


Text Example

White with #B6C16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C16C; }

 p { color: rgb(182,193,108); }

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

background-color css

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

 a { background-color: rgb(182,193,108); }

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

border-color css

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

 span { border-color: rgb(182,193,108); }

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