Html Css Color HEX #B1C96C Wild Willow

📋 copy color: '#B1C96C'

red 177 ◦ green 201 ◦ blue 108

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

Shades of Wild Willow #B1C96C

Tints of Wild Willow #B1C96C

RGB

 RED value IS 177 (69.53% from 255) = 36.42%

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

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

R = 36.42%
G = 41.36%
B = 22.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#B1C96C (or 0xB1C96C) is known color: Wild Willow. HEX triplet: B1, C9 and 6C. RGB value is (177,201,108). Sum of RGB (Red+Green+Blue) = 177+201+108=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C96C is #4E3693. Grayscale: #B7B7B7. Windows color (decimal): -5125780 or 7129521. OLE color: 7129521.

HSL color Cylindrical-coordinate representation of color #B1C96C: hue angle of 75.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1C96C is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 201 108 -
CMYK 0.12 0 0.46 0.21
HSL 75.48º 0.46% 0.61% -
HSV(B) 75.48º 0.46% 0.79% -
XYZ 41.72 52.2 22.06 -
YUV 183.22 85.55 123.56 -
System Red Green Blue C M Y K H S L
Decimal 177 201 108 0.12 0 0.46 0.21 75.48 0.46 0.61
Hex B1 C9 6C C 0 2E 15 4B 2E 3D
Octal 261 311 154 14 0 56 25 113 56 75
Binary 10110001 11001001 1101100 1100 0 101110 10101 1001011 101110 111101

Color Harmonies of #B1C96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C96C

Black with #B1C96C

Text Example


Text Example

White with #B1C96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C96C; }

 p { color: rgb(177,201,108); }

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

background-color css

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

 a { background-color: rgb(177,201,108); }

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

border-color css

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

 span { border-color: rgb(177,201,108); }

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