Html Css Color HEX #BCC560 Wild Willow

📋 copy color: '#BCC560'

red 188 ◦ green 197 ◦ blue 96

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

Shades of Wild Willow #BCC560

Tints of Wild Willow #BCC560

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.96%

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

R = 39.09%
G = 40.96%
B = 19.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#BCC560 (or 0xBCC560) is known color: Wild Willow. HEX triplet: BC, C5 and 60. RGB value is (188,197,96). Sum of RGB (Red+Green+Blue) = 188+197+96=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC560 is #433A9F. Grayscale: #B7B7B7. Windows color (decimal): -4405920 or 6342076. OLE color: 6342076.

HSL color Cylindrical-coordinate representation of color #BCC560: hue angle of 65.35º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCC560 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 96 -
CMYK 0.05 0 0.51 0.23
HSL 65.35º 0.47% 0.57% -
HSV(B) 65.35º 0.51% 0.77% -
XYZ 42.82 51.47 18.74 -
YUV 182.8 79.02 131.71 -
System Red Green Blue C M Y K H S L
Decimal 188 197 96 0.05 0 0.51 0.23 65.35 0.47 0.57
Hex BC C5 60 5 0 33 17 41 2F 39
Octal 274 305 140 5 0 63 27 101 57 71
Binary 10111100 11000101 1100000 101 0 110011 10111 1000001 101111 111001

Color Harmonies of #BCC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC560

Black with #BCC560

Text Example


Text Example

White with #BCC560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC560; }

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

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

background-color css

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

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

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

border-color css

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

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

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