Html Css Color HEX #B8C660 Wild Willow

📋 copy color: '#B8C660'

red 184 ◦ green 198 ◦ blue 96

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

Shades of Wild Willow #B8C660

Tints of Wild Willow #B8C660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.42%

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 38.49%
G = 41.42%
B = 20.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#B8C660 (or 0xB8C660) is known color: Wild Willow. HEX triplet: B8, C6 and 60. RGB value is (184,198,96). Sum of RGB (Red+Green+Blue) = 184+198+96=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C660 is #47399F. Grayscale: #B6B6B6. Windows color (decimal): -4667808 or 6342328. OLE color: 6342328.

HSL color Cylindrical-coordinate representation of color #B8C660: hue angle of 68.24º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8C660 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 198 96 -
CMYK 0.07 0 0.52 0.22
HSL 68.24º 0.47% 0.58% -
HSV(B) 68.24º 0.52% 0.78% -
XYZ 42.07 51.42 18.77 -
YUV 182.19 79.36 129.29 -
System Red Green Blue C M Y K H S L
Decimal 184 198 96 0.07 0 0.52 0.22 68.24 0.47 0.58
Hex B8 C6 60 7 0 34 16 44 2F 3A
Octal 270 306 140 7 0 64 26 104 57 72
Binary 10111000 11000110 1100000 111 0 110100 10110 1000100 101111 111010

Color Harmonies of #B8C660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C660

Black with #B8C660

Text Example


Text Example

White with #B8C660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C660; }

 p { color: rgb(184,198,96); }

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

background-color css

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

 a { background-color: rgb(184,198,96); }

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

border-color css

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

 span { border-color: rgb(184,198,96); }

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