Html Css Color HEX #BCC464 Wild Willow

📋 copy color: '#BCC464'

red 188 ◦ green 196 ◦ blue 100

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

Shades of Wild Willow #BCC464

Tints of Wild Willow #BCC464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.66%

R = 38.84%
G = 40.5%
B = 20.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#BCC464 (or 0xBCC464) is known color: Wild Willow. HEX triplet: BC, C4 and 64. RGB value is (188,196,100). Sum of RGB (Red+Green+Blue) = 188+196+100=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC464 is #433B9B. Grayscale: #B7B7B7. Windows color (decimal): -4406172 or 6603964. OLE color: 6603964.

HSL color Cylindrical-coordinate representation of color #BCC464: hue angle of 65º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCC464 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 100 -
CMYK 0.04 0 0.49 0.23
HSL 65º 0.45% 0.58% -
HSV(B) 65º 0.49% 0.77% -
XYZ 42.78 51.09 19.66 -
YUV 182.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 188 196 100 0.04 0 0.49 0.23 65 0.45 0.58
Hex BC C4 64 4 0 31 17 41 2D 3A
Octal 274 304 144 4 0 61 27 101 55 72
Binary 10111100 11000100 1100100 100 0 110001 10111 1000001 101101 111010

Color Harmonies of #BCC464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC464

Black with #BCC464

Text Example


Text Example

White with #BCC464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC464; }

 p { color: rgb(188,196,100); }

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

background-color css

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

 a { background-color: rgb(188,196,100); }

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

border-color css

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

 span { border-color: rgb(188,196,100); }

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