Html Css Color HEX #BCC065 Wild Willow

📋 copy color: '#BCC065'

red 188 ◦ green 192 ◦ blue 101

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

Shades of Wild Willow #BCC065

Tints of Wild Willow #BCC065

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.92%

 BLUE value IS 101 (39.84% from 255) = 21%

R = 39.09%
G = 39.92%
B = 21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BCC065 (or 0xBCC065) is known color: Wild Willow. HEX triplet: BC, C0 and 65. RGB value is (188,192,101). Sum of RGB (Red+Green+Blue) = 188+192+101=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC065 is #433F9A. Grayscale: #B4B4B4. Windows color (decimal): -4407195 or 6668476. OLE color: 6668476.

HSL color Cylindrical-coordinate representation of color #BCC065: hue angle of 62.64º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCC065 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 101 -
CMYK 0.02 0 0.47 0.25
HSL 62.64º 0.42% 0.57% -
HSV(B) 62.64º 0.47% 0.75% -
XYZ 41.94 49.33 19.62 -
YUV 180.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 188 192 101 0.02 0 0.47 0.25 62.64 0.42 0.57
Hex BC C0 65 2 0 2F 19 3F 2A 39
Octal 274 300 145 2 0 57 31 77 52 71
Binary 10111100 11000000 1100101 10 0 101111 11001 111111 101010 111001

Color Harmonies of #BCC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC065

Black with #BCC065

Text Example


Text Example

White with #BCC065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC065; }

 p { color: rgb(188,192,101); }

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

background-color css

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

 a { background-color: rgb(188,192,101); }

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

border-color css

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

 span { border-color: rgb(188,192,101); }

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