Html Css Color HEX #B2C361 Wild Willow

📋 copy color: '#B2C361'

red 178 ◦ green 195 ◦ blue 97

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

Shades of Wild Willow #B2C361

Tints of Wild Willow #B2C361

RGB

 RED value IS 178 (69.92% from 255) = 37.87%

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

 BLUE value IS 97 (38.28% from 255) = 20.64%

R = 37.87%
G = 41.49%
B = 20.64%

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

#B2C361 (or 0xB2C361) is known color: Wild Willow. HEX triplet: B2, C3 and 61. RGB value is (178,195,97). Sum of RGB (Red+Green+Blue) = 178+195+97=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C361 is #4D3C9E. Grayscale: #B3B3B3. Windows color (decimal): -5061791 or 6407090. OLE color: 6407090.

HSL color Cylindrical-coordinate representation of color #B2C361: hue angle of 70.41º 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 #B2C361 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 97 -
CMYK 0.09 0 0.50 0.24
HSL 70.41º 0.45% 0.57% -
HSV(B) 70.41º 0.5% 0.76% -
XYZ 40.03 49.36 18.73 -
YUV 178.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 178 195 97 0.09 0 0.50 0.24 70.41 0.45 0.57
Hex B2 C3 61 9 0 32 18 46 2D 39
Octal 262 303 141 11 0 62 30 106 55 71
Binary 10110010 11000011 1100001 1001 0 110010 11000 1000110 101101 111001

Color Harmonies of #B2C361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C361

Black with #B2C361

Text Example


Text Example

White with #B2C361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C361; }

 p { color: rgb(178,195,97); }

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

background-color css

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

 a { background-color: rgb(178,195,97); }

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

border-color css

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

 span { border-color: rgb(178,195,97); }

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