Html Css Color HEX #B2C462 Wild Willow

📋 copy color: '#B2C462'

red 178 ◦ green 196 ◦ blue 98

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

Shades of Wild Willow #B2C462

Tints of Wild Willow #B2C462

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.53%

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

R = 37.71%
G = 41.53%
B = 20.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#B2C462 (or 0xB2C462) is known color: Wild Willow. HEX triplet: B2, C4 and 62. RGB value is (178,196,98). Sum of RGB (Red+Green+Blue) = 178+196+98=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C462 is #4D3B9D. Grayscale: #B3B3B3. Windows color (decimal): -5061534 or 6472882. OLE color: 6472882.

HSL color Cylindrical-coordinate representation of color #B2C462: hue angle of 71.02º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2C462 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 196 98 -
CMYK 0.09 0 0.5 0.23
HSL 71.02º 0.45% 0.58% -
HSV(B) 71.02º 0.5% 0.77% -
XYZ 40.3 49.83 19.05 -
YUV 179.45 82.04 126.97 -
System Red Green Blue C M Y K H S L
Decimal 178 196 98 0.09 0 0.5 0.23 71.02 0.45 0.58
Hex B2 C4 62 9 0 32 17 47 2D 3A
Octal 262 304 142 11 0 62 27 107 55 72
Binary 10110010 11000100 1100010 1001 0 110010 10111 1000111 101101 111010

Color Harmonies of #B2C462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C462

Black with #B2C462

Text Example


Text Example

White with #B2C462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C462; }

 p { color: rgb(178,196,98); }

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

background-color css

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

 a { background-color: rgb(178,196,98); }

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

border-color css

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

 span { border-color: rgb(178,196,98); }

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