Html Css Color HEX #B5C062 Wild Willow

📋 copy color: '#B5C062'

red 181 ◦ green 192 ◦ blue 98

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

Shades of Wild Willow #B5C062

Tints of Wild Willow #B5C062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

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

R = 38.43%
G = 40.76%
B = 20.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#B5C062 (or 0xB5C062) is known color: Wild Willow. HEX triplet: B5, C0 and 62. RGB value is (181,192,98). Sum of RGB (Red+Green+Blue) = 181+192+98=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C062 is #4A3F9D. Grayscale: #B2B2B2. Windows color (decimal): -4865950 or 6471861. OLE color: 6471861.

HSL color Cylindrical-coordinate representation of color #B5C062: hue angle of 67.02º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5C062 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 98 -
CMYK 0.06 0 0.49 0.25
HSL 67.02º 0.43% 0.57% -
HSV(B) 67.02º 0.49% 0.75% -
XYZ 40.11 48.4 18.78 -
YUV 178 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 181 192 98 0.06 0 0.49 0.25 67.02 0.43 0.57
Hex B5 C0 62 6 0 31 19 43 2B 39
Octal 265 300 142 6 0 61 31 103 53 71
Binary 10110101 11000000 1100010 110 0 110001 11001 1000011 101011 111001

Color Harmonies of #B5C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C062

Black with #B5C062

Text Example


Text Example

White with #B5C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C062; }

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

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

background-color css

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

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

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

border-color css

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

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

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