Html Css Color HEX #B2C362 Wild Willow

📋 copy color: '#B2C362'

red 178 ◦ green 195 ◦ blue 98

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

Shades of Wild Willow #B2C362

Tints of Wild Willow #B2C362

RGB

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

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

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

R = 37.79%
G = 41.4%
B = 20.81%

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

#B2C362 (or 0xB2C362) is known color: Wild Willow. HEX triplet: B2, C3 and 62. RGB value is (178,195,98). Sum of RGB (Red+Green+Blue) = 178+195+98=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C362 is #4D3C9D. Grayscale: #B3B3B3. Windows color (decimal): -5061790 or 6472626. OLE color: 6472626.

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

Color convert

RGB 178 195 98 -
CMYK 0.09 0 0.50 0.24
HSL 70.52º 0.45% 0.57% -
HSV(B) 70.52º 0.5% 0.76% -
XYZ 40.08 49.38 18.97 -
YUV 178.86 82.37 127.39 -
System Red Green Blue C M Y K H S L
Decimal 178 195 98 0.09 0 0.50 0.24 70.52 0.45 0.57
Hex B2 C3 62 9 0 32 18 47 2D 39
Octal 262 303 142 11 0 62 30 107 55 71
Binary 10110010 11000011 1100010 1001 0 110010 11000 1000111 101101 111001

Color Harmonies of #B2C362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C362

Black with #B2C362

Text Example


Text Example

White with #B2C362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C362; }

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

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

background-color css

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

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

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

border-color css

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

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

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