Html Css Color HEX #BCCD73 Wild Willow

📋 copy color: '#BCCD73'

red 188 ◦ green 205 ◦ blue 115

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

Shades of Wild Willow #BCCD73

Tints of Wild Willow #BCCD73

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.35%

 BLUE value IS 115 (45.31% from 255) = 22.64%

R = 37.01%
G = 40.35%
B = 22.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#BCCD73 (or 0xBCCD73) is known color: Wild Willow. HEX triplet: BC, CD and 73. RGB value is (188,205,115). Sum of RGB (Red+Green+Blue) = 188+205+115=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD73 is #43328C. Grayscale: #BEBEBE. Windows color (decimal): -4403853 or 7589308. OLE color: 7589308.

HSL color Cylindrical-coordinate representation of color #BCCD73: hue angle of 71.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCCD73 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 115 -
CMYK 0.08 0 0.44 0.20
HSL 71.33º 0.47% 0.63% -
HSV(B) 71.33º 0.44% 0.8% -
XYZ 45.66 55.59 24.54 -
YUV 189.66 85.87 126.82 -
System Red Green Blue C M Y K H S L
Decimal 188 205 115 0.08 0 0.44 0.20 71.33 0.47 0.63
Hex BC CD 73 8 0 2C 14 47 2F 3F
Octal 274 315 163 10 0 54 24 107 57 77
Binary 10111100 11001101 1110011 1000 0 101100 10100 1000111 101111 111111

Color Harmonies of #BCCD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD73

Black with #BCCD73

Text Example


Text Example

White with #BCCD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD73; }

 p { color: rgb(188,205,115); }

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

background-color css

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

 a { background-color: rgb(188,205,115); }

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

border-color css

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

 span { border-color: rgb(188,205,115); }

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