Html Css Color HEX #B1C365 Wild Willow

📋 copy color: '#B1C365'

red 177 ◦ green 195 ◦ blue 101

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

Shades of Wild Willow #B1C365

Tints of Wild Willow #B1C365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.23%

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 37.42%
G = 41.23%
B = 21.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#B1C365 (or 0xB1C365) is known color: Wild Willow. HEX triplet: B1, C3 and 65. RGB value is (177,195,101). Sum of RGB (Red+Green+Blue) = 177+195+101=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C365 is #4E3C9A. Grayscale: #B3B3B3. Windows color (decimal): -5127323 or 6669233. OLE color: 6669233.

HSL color Cylindrical-coordinate representation of color #B1C365: hue angle of 71.49º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1C365 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 101 -
CMYK 0.09 0 0.48 0.24
HSL 71.49º 0.44% 0.58% -
HSV(B) 71.49º 0.48% 0.76% -
XYZ 40 49.32 19.72 -
YUV 178.9 84.04 126.64 -
System Red Green Blue C M Y K H S L
Decimal 177 195 101 0.09 0 0.48 0.24 71.49 0.44 0.58
Hex B1 C3 65 9 0 30 18 47 2C 3A
Octal 261 303 145 11 0 60 30 107 54 72
Binary 10110001 11000011 1100101 1001 0 110000 11000 1000111 101100 111010

Color Harmonies of #B1C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C365

Black with #B1C365

Text Example


Text Example

White with #B1C365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C365; }

 p { color: rgb(177,195,101); }

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

background-color css

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

 a { background-color: rgb(177,195,101); }

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

border-color css

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

 span { border-color: rgb(177,195,101); }

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