Html Css Color HEX #B8C062 Wild Willow

📋 copy color: '#B8C062'

red 184 ◦ green 192 ◦ blue 98

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

Shades of Wild Willow #B8C062

Tints of Wild Willow #B8C062

RGB

 RED value IS 184 (72.27% from 255) = 38.82%

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

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

R = 38.82%
G = 40.51%
B = 20.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#B8C062 (or 0xB8C062) is known color: Wild Willow. HEX triplet: B8, C0 and 62. RGB value is (184,192,98). Sum of RGB (Red+Green+Blue) = 184+192+98=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C062 is #473F9D. Grayscale: #B3B3B3. Windows color (decimal): -4669342 or 6471864. OLE color: 6471864.

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

Color convert

RGB 184 192 98 -
CMYK 0.04 0 0.49 0.25
HSL 65.11º 0.43% 0.57% -
HSV(B) 65.11º 0.49% 0.75% -
XYZ 40.82 48.77 18.82 -
YUV 178.89 82.35 131.64 -
System Red Green Blue C M Y K H S L
Decimal 184 192 98 0.04 0 0.49 0.25 65.11 0.43 0.57
Hex B8 C0 62 4 0 31 19 41 2B 39
Octal 270 300 142 4 0 61 31 101 53 71
Binary 10111000 11000000 1100010 100 0 110001 11001 1000001 101011 111001

Color Harmonies of #B8C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C062

Black with #B8C062

Text Example


Text Example

White with #B8C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C062; }

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

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

background-color css

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

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

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

border-color css

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

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

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