Html Css Color HEX #B1C660 Wild Willow

📋 copy color: '#B1C660'

red 177 ◦ green 198 ◦ blue 96

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

Shades of Wild Willow #B1C660

Tints of Wild Willow #B1C660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.04%

 BLUE value IS 96 (37.89% from 255) = 20.38%

R = 37.58%
G = 42.04%
B = 20.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#B1C660 (or 0xB1C660) is known color: Wild Willow. HEX triplet: B1, C6 and 60. RGB value is (177,198,96). Sum of RGB (Red+Green+Blue) = 177+198+96=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C660 is #4E399F. Grayscale: #B4B4B4. Windows color (decimal): -5126560 or 6342321. OLE color: 6342321.

HSL color Cylindrical-coordinate representation of color #B1C660: hue angle of 72.35º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1C660 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 198 96 -
CMYK 0.11 0 0.52 0.22
HSL 72.35º 0.47% 0.58% -
HSV(B) 72.35º 0.52% 0.78% -
XYZ 40.44 50.58 18.7 -
YUV 180.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 177 198 96 0.11 0 0.52 0.22 72.35 0.47 0.58
Hex B1 C6 60 B 0 34 16 48 2F 3A
Octal 261 306 140 13 0 64 26 110 57 72
Binary 10110001 11000110 1100000 1011 0 110100 10110 1001000 101111 111010

Color Harmonies of #B1C660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C660

Black with #B1C660

Text Example


Text Example

White with #B1C660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C660; }

 p { color: rgb(177,198,96); }

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

background-color css

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

 a { background-color: rgb(177,198,96); }

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

border-color css

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

 span { border-color: rgb(177,198,96); }

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