Html Css Color HEX #B5C362 Wild Willow

📋 copy color: '#B5C362'

red 181 ◦ green 195 ◦ blue 98

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

Shades of Wild Willow #B5C362

Tints of Wild Willow #B5C362

RGB

 RED value IS 181 (71.09% from 255) = 38.19%

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

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

R = 38.19%
G = 41.14%
B = 20.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#B5C362 (or 0xB5C362) is known color: Wild Willow. HEX triplet: B5, C3 and 62. RGB value is (181,195,98). Sum of RGB (Red+Green+Blue) = 181+195+98=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C362 is #4A3C9D. Grayscale: #B4B4B4. Windows color (decimal): -4865182 or 6472629. OLE color: 6472629.

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

Color convert

RGB 181 195 98 -
CMYK 0.07 0 0.50 0.24
HSL 68.66º 0.45% 0.57% -
HSV(B) 68.66º 0.5% 0.76% -
XYZ 40.78 49.74 19.01 -
YUV 179.76 81.86 128.89 -
System Red Green Blue C M Y K H S L
Decimal 181 195 98 0.07 0 0.50 0.24 68.66 0.45 0.57
Hex B5 C3 62 7 0 32 18 45 2D 39
Octal 265 303 142 7 0 62 30 105 55 71
Binary 10110101 11000011 1100010 111 0 110010 11000 1000101 101101 111001

Color Harmonies of #B5C362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C362

Black with #B5C362

Text Example


Text Example

White with #B5C362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C362; }

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

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

background-color css

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

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

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

border-color css

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

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

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