Html Css Color HEX #B1C064 Wild Willow

📋 copy color: '#B1C064'

red 177 ◦ green 192 ◦ blue 100

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

Shades of Wild Willow #B1C064

Tints of Wild Willow #B1C064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

 BLUE value IS 100 (39.45% from 255) = 21.32%

R = 37.74%
G = 40.94%
B = 21.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#B1C064 (or 0xB1C064) is known color: Wild Willow. HEX triplet: B1, C0 and 64. RGB value is (177,192,100). Sum of RGB (Red+Green+Blue) = 177+192+100=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C064 is #4E3F9B. Grayscale: #B1B1B1. Windows color (decimal): -5128092 or 6602929. OLE color: 6602929.

HSL color Cylindrical-coordinate representation of color #B1C064: hue angle of 69.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1C064 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 100 -
CMYK 0.08 0 0.48 0.25
HSL 69.78º 0.42% 0.57% -
HSV(B) 69.78º 0.48% 0.75% -
XYZ 39.28 47.97 19.24 -
YUV 177.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 177 192 100 0.08 0 0.48 0.25 69.78 0.42 0.57
Hex B1 C0 64 8 0 30 19 46 2A 39
Octal 261 300 144 10 0 60 31 106 52 71
Binary 10110001 11000000 1100100 1000 0 110000 11001 1000110 101010 111001

Color Harmonies of #B1C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C064

Black with #B1C064

Text Example


Text Example

White with #B1C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C064; }

 p { color: rgb(177,192,100); }

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

background-color css

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

 a { background-color: rgb(177,192,100); }

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

border-color css

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

 span { border-color: rgb(177,192,100); }

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