Html Css Color HEX #BCC860 Wild Willow

📋 copy color: '#BCC860'

red 188 ◦ green 200 ◦ blue 96

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

Shades of Wild Willow #BCC860

Tints of Wild Willow #BCC860

RGB

 RED value IS 188 (73.83% from 255) = 38.84%

 GREEN value IS 200 (78.52% from 255) = 41.32%

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

R = 38.84%
G = 41.32%
B = 19.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#BCC860 (or 0xBCC860) is known color: Wild Willow. HEX triplet: BC, C8 and 60. RGB value is (188,200,96). Sum of RGB (Red+Green+Blue) = 188+200+96=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC860 is #43379F. Grayscale: #B8B8B8. Windows color (decimal): -4405152 or 6342844. OLE color: 6342844.

HSL color Cylindrical-coordinate representation of color #BCC860: hue angle of 66.92º degrees, saturation: 0.49, 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 #BCC860 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 96 -
CMYK 0.06 0 0.52 0.22
HSL 66.92º 0.49% 0.58% -
HSV(B) 66.92º 0.52% 0.78% -
XYZ 43.5 52.84 18.97 -
YUV 184.56 78.02 130.46 -
System Red Green Blue C M Y K H S L
Decimal 188 200 96 0.06 0 0.52 0.22 66.92 0.49 0.58
Hex BC C8 60 6 0 34 16 43 31 3A
Octal 274 310 140 6 0 64 26 103 61 72
Binary 10111100 11001000 1100000 110 0 110100 10110 1000011 110001 111010

Color Harmonies of #BCC860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC860

Black with #BCC860

Text Example


Text Example

White with #BCC860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC860; }

 p { color: rgb(188,200,96); }

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

background-color css

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

 a { background-color: rgb(188,200,96); }

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

border-color css

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

 span { border-color: rgb(188,200,96); }

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