Html Css Color HEX #B1C362 Wild Willow

📋 copy color: '#B1C362'

red 177 ◦ green 195 ◦ blue 98

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

Shades of Wild Willow #B1C362

Tints of Wild Willow #B1C362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.85%

R = 37.66%
G = 41.49%
B = 20.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#B1C362 (or 0xB1C362) is known color: Wild Willow. HEX triplet: B1, C3 and 62. RGB value is (177,195,98). Sum of RGB (Red+Green+Blue) = 177+195+98=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C362 is #4E3C9D. Grayscale: #B2B2B2. Windows color (decimal): -5127326 or 6472625. OLE color: 6472625.

HSL color Cylindrical-coordinate representation of color #B1C362: hue angle of 71.13º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1C362 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 98 -
CMYK 0.09 0 0.50 0.24
HSL 71.13º 0.45% 0.57% -
HSV(B) 71.13º 0.5% 0.76% -
XYZ 39.85 49.26 18.96 -
YUV 178.56 82.54 126.89 -
System Red Green Blue C M Y K H S L
Decimal 177 195 98 0.09 0 0.50 0.24 71.13 0.45 0.57
Hex B1 C3 62 9 0 32 18 47 2D 39
Octal 261 303 142 11 0 62 30 107 55 71
Binary 10110001 11000011 1100010 1001 0 110010 11000 1000111 101101 111001

Color Harmonies of #B1C362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C362

Black with #B1C362

Text Example


Text Example

White with #B1C362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C362; }

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

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

background-color css

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

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

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

border-color css

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

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

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