Html Css Color HEX #B3C462 Wild Willow

📋 copy color: '#B3C462'

red 179 ◦ green 196 ◦ blue 98

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

Shades of Wild Willow #B3C462

Tints of Wild Willow #B3C462

RGB

 RED value IS 179 (70.31% from 255) = 37.84%

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

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

R = 37.84%
G = 41.44%
B = 20.72%

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

#B3C462 (or 0xB3C462) is known color: Wild Willow. HEX triplet: B3, C4 and 62. RGB value is (179,196,98). Sum of RGB (Red+Green+Blue) = 179+196+98=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C462 is #4C3B9D. Grayscale: #B4B4B4. Windows color (decimal): -4995998 or 6472883. OLE color: 6472883.

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

Color convert

RGB 179 196 98 -
CMYK 0.09 0 0.5 0.23
HSL 70.41º 0.45% 0.58% -
HSV(B) 70.41º 0.5% 0.77% -
XYZ 40.53 49.95 19.06 -
YUV 179.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 179 196 98 0.09 0 0.5 0.23 70.41 0.45 0.58
Hex B3 C4 62 9 0 32 17 46 2D 3A
Octal 263 304 142 11 0 62 27 106 55 72
Binary 10110011 11000100 1100010 1001 0 110010 10111 1000110 101101 111010

Color Harmonies of #B3C462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C462

Black with #B3C462

Text Example


Text Example

White with #B3C462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C462; }

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

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

background-color css

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

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

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

border-color css

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

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

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