Html Css Color HEX #BCC656 Wild Willow

📋 copy color: '#BCC656'

red 188 ◦ green 198 ◦ blue 86

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

Shades of Wild Willow #BCC656

Tints of Wild Willow #BCC656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.22%

R = 39.83%
G = 41.95%
B = 18.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#BCC656 (or 0xBCC656) is known color: Wild Willow. HEX triplet: BC, C6 and 56. RGB value is (188,198,86). Sum of RGB (Red+Green+Blue) = 188+198+86=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC656 is #4339A9. Grayscale: #B6B6B6. Windows color (decimal): -4405674 or 5686972. OLE color: 5686972.

HSL color Cylindrical-coordinate representation of color #BCC656: hue angle of 65.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCC656 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 86 -
CMYK 0.05 0 0.57 0.22
HSL 65.36º 0.5% 0.56% -
HSV(B) 65.36º 0.57% 0.78% -
XYZ 42.61 51.75 16.55 -
YUV 182.24 73.69 132.11 -
System Red Green Blue C M Y K H S L
Decimal 188 198 86 0.05 0 0.57 0.22 65.36 0.5 0.56
Hex BC C6 56 5 0 39 16 41 32 38
Octal 274 306 126 5 0 71 26 101 62 70
Binary 10111100 11000110 1010110 101 0 111001 10110 1000001 110010 111000

Color Harmonies of #BCC656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC656

Black with #BCC656

Text Example


Text Example

White with #BCC656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC656; }

 p { color: rgb(188,198,86); }

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

background-color css

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

 a { background-color: rgb(188,198,86); }

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

border-color css

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

 span { border-color: rgb(188,198,86); }

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