Html Css Color HEX #BCC663 Wild Willow

📋 copy color: '#BCC663'

red 188 ◦ green 198 ◦ blue 99

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

Shades of Wild Willow #BCC663

Tints of Wild Willow #BCC663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.41%

R = 38.76%
G = 40.82%
B = 20.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#BCC663 (or 0xBCC663) is known color: Wild Willow. HEX triplet: BC, C6 and 63. RGB value is (188,198,99). Sum of RGB (Red+Green+Blue) = 188+198+99=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC663 is #43399C. Grayscale: #B8B8B8. Windows color (decimal): -4405661 or 6538940. OLE color: 6538940.

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

Color convert

RGB 188 198 99 -
CMYK 0.05 0 0.50 0.22
HSL 66.06º 0.46% 0.58% -
HSV(B) 66.06º 0.5% 0.78% -
XYZ 43.19 51.98 19.56 -
YUV 183.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 188 198 99 0.05 0 0.50 0.22 66.06 0.46 0.58
Hex BC C6 63 5 0 32 16 42 2E 3A
Octal 274 306 143 5 0 62 26 102 56 72
Binary 10111100 11000110 1100011 101 0 110010 10110 1000010 101110 111010

Color Harmonies of #BCC663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC663

Black with #BCC663

Text Example


Text Example

White with #BCC663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC663; }

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

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

background-color css

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

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

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

border-color css

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

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

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