Html Css Color HEX #B0C062 Wild Willow

📋 copy color: '#B0C062'

red 176 ◦ green 192 ◦ blue 98

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

Shades of Wild Willow #B0C062

Tints of Wild Willow #B0C062

RGB

 RED value IS 176 (69.14% from 255) = 37.77%

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

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

R = 37.77%
G = 41.2%
B = 21.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#B0C062 (or 0xB0C062) is known color: Wild Willow. HEX triplet: B0, C0 and 62. RGB value is (176,192,98). Sum of RGB (Red+Green+Blue) = 176+192+98=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C062 is #4F3F9D. Grayscale: #B0B0B0. Windows color (decimal): -5193630 or 6471856. OLE color: 6471856.

HSL color Cylindrical-coordinate representation of color #B0C062: hue angle of 70.21º 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 #B0C062 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 98 -
CMYK 0.08 0 0.49 0.25
HSL 70.21º 0.43% 0.57% -
HSV(B) 70.21º 0.49% 0.75% -
XYZ 38.96 47.81 18.73 -
YUV 176.5 83.7 127.64 -
System Red Green Blue C M Y K H S L
Decimal 176 192 98 0.08 0 0.49 0.25 70.21 0.43 0.57
Hex B0 C0 62 8 0 31 19 46 2B 39
Octal 260 300 142 10 0 61 31 106 53 71
Binary 10110000 11000000 1100010 1000 0 110001 11001 1000110 101011 111001

Color Harmonies of #B0C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C062

Black with #B0C062

Text Example


Text Example

White with #B0C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C062; }

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

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

background-color css

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

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

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

border-color css

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

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

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