Html Css Color HEX #BCC661 Wild Willow

📋 copy color: '#BCC661'

red 188 ◦ green 198 ◦ blue 97

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

Shades of Wild Willow #BCC661

Tints of Wild Willow #BCC661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.08%

R = 38.92%
G = 40.99%
B = 20.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#BCC661 (or 0xBCC661) is known color: Wild Willow. HEX triplet: BC, C6 and 61. RGB value is (188,198,97). Sum of RGB (Red+Green+Blue) = 188+198+97=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC661 is #43399E. Grayscale: #B7B7B7. Windows color (decimal): -4405663 or 6407868. OLE color: 6407868.

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

Color convert

RGB 188 198 97 -
CMYK 0.05 0 0.51 0.22
HSL 65.94º 0.47% 0.58% -
HSV(B) 65.94º 0.51% 0.78% -
XYZ 43.09 51.94 19.06 -
YUV 183.5 79.19 131.21 -
System Red Green Blue C M Y K H S L
Decimal 188 198 97 0.05 0 0.51 0.22 65.94 0.47 0.58
Hex BC C6 61 5 0 33 16 42 2F 3A
Octal 274 306 141 5 0 63 26 102 57 72
Binary 10111100 11000110 1100001 101 0 110011 10110 1000010 101111 111010

Color Harmonies of #BCC661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC661

Black with #BCC661

Text Example


Text Example

White with #BCC661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC661; }

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

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

background-color css

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

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

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

border-color css

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

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

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