Html Css Color HEX #B8C462 Wild Willow

📋 copy color: '#B8C462'

red 184 ◦ green 196 ◦ blue 98

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

Shades of Wild Willow #B8C462

Tints of Wild Willow #B8C462

RGB

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

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

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

R = 38.49%
G = 41%
B = 20.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#B8C462 (or 0xB8C462) is known color: Wild Willow. HEX triplet: B8, C4 and 62. RGB value is (184,196,98). Sum of RGB (Red+Green+Blue) = 184+196+98=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C462 is #473B9D. Grayscale: #B5B5B5. Windows color (decimal): -4668318 or 6472888. OLE color: 6472888.

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

Color convert

RGB 184 196 98 -
CMYK 0.06 0 0.5 0.23
HSL 67.35º 0.45% 0.58% -
HSV(B) 67.35º 0.5% 0.77% -
XYZ 41.71 50.55 19.11 -
YUV 181.24 81.02 129.97 -
System Red Green Blue C M Y K H S L
Decimal 184 196 98 0.06 0 0.5 0.23 67.35 0.45 0.58
Hex B8 C4 62 6 0 32 17 43 2D 3A
Octal 270 304 142 6 0 62 27 103 55 72
Binary 10111000 11000100 1100010 110 0 110010 10111 1000011 101101 111010

Color Harmonies of #B8C462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C462

Black with #B8C462

Text Example


Text Example

White with #B8C462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C462; }

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

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

background-color css

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

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

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

border-color css

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

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

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