Html Css Color HEX #B1C96B Wild Willow

📋 copy color: '#B1C96B'

red 177 ◦ green 201 ◦ blue 107

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

Shades of Wild Willow #B1C96B

Tints of Wild Willow #B1C96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.06%

R = 36.49%
G = 41.44%
B = 22.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#B1C96B (or 0xB1C96B) is known color: Wild Willow. HEX triplet: B1, C9 and 6B. RGB value is (177,201,107). Sum of RGB (Red+Green+Blue) = 177+201+107=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C96B is #4E3694. Grayscale: #B7B7B7. Windows color (decimal): -5125781 or 7063985. OLE color: 7063985.

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

Color convert

RGB 177 201 107 -
CMYK 0.12 0 0.47 0.21
HSL 75.32º 0.47% 0.6% -
HSV(B) 75.32º 0.47% 0.79% -
XYZ 41.67 52.18 21.79 -
YUV 183.11 85.05 123.64 -
System Red Green Blue C M Y K H S L
Decimal 177 201 107 0.12 0 0.47 0.21 75.32 0.47 0.6
Hex B1 C9 6B C 0 2F 15 4B 2F 3C
Octal 261 311 153 14 0 57 25 113 57 74
Binary 10110001 11001001 1101011 1100 0 101111 10101 1001011 101111 111100

Color Harmonies of #B1C96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C96B

Black with #B1C96B

Text Example


Text Example

White with #B1C96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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