Html Css Color HEX #B6C95C Wild Willow

📋 copy color: '#B6C95C'

red 182 ◦ green 201 ◦ blue 92

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

Shades of Wild Willow #B6C95C

Tints of Wild Willow #B6C95C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.32%

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 38.32%
G = 42.32%
B = 19.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#B6C95C (or 0xB6C95C) is known color: Wild Willow. HEX triplet: B6, C9 and 5C. RGB value is (182,201,92). Sum of RGB (Red+Green+Blue) = 182+201+92=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C95C is #4936A3. Grayscale: #B7B7B7. Windows color (decimal): -4798116 or 6080950. OLE color: 6080950.

HSL color Cylindrical-coordinate representation of color #B6C95C: hue angle of 70.46º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6C95C is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 201 92 -
CMYK 0.09 0 0.54 0.21
HSL 70.46º 0.5% 0.57% -
HSV(B) 70.46º 0.54% 0.79% -
XYZ 42.11 52.49 18.04 -
YUV 182.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 182 201 92 0.09 0 0.54 0.21 70.46 0.5 0.57
Hex B6 C9 5C 9 0 36 15 46 32 39
Octal 266 311 134 11 0 66 25 106 62 71
Binary 10110110 11001001 1011100 1001 0 110110 10101 1000110 110010 111001

Color Harmonies of #B6C95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C95C

Black with #B6C95C

Text Example


Text Example

White with #B6C95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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