Html Css Color HEX #B6C56C Wild Willow

📋 copy color: '#B6C56C'

red 182 ◦ green 197 ◦ blue 108

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

Shades of Wild Willow #B6C56C

Tints of Wild Willow #B6C56C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.45%

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

R = 37.37%
G = 40.45%
B = 22.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#B6C56C (or 0xB6C56C) is known color: Wild Willow. HEX triplet: B6, C5 and 6C. RGB value is (182,197,108). Sum of RGB (Red+Green+Blue) = 182+197+108=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C56C is #493A93. Grayscale: #B6B6B6. Windows color (decimal): -4799124 or 7128502. OLE color: 7128502.

HSL color Cylindrical-coordinate representation of color #B6C56C: hue angle of 70.11º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6C56C is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 197 108 -
CMYK 0.08 0 0.45 0.23
HSL 70.11º 0.43% 0.6% -
HSV(B) 70.11º 0.45% 0.77% -
XYZ 41.96 50.96 21.81 -
YUV 182.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 182 197 108 0.08 0 0.45 0.23 70.11 0.43 0.6
Hex B6 C5 6C 8 0 2D 17 46 2B 3C
Octal 266 305 154 10 0 55 27 106 53 74
Binary 10110110 11000101 1101100 1000 0 101101 10111 1000110 101011 111100

Color Harmonies of #B6C56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C56C

Black with #B6C56C

Text Example


Text Example

White with #B6C56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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