Html Css Color HEX #BCD074 Wild Willow

📋 copy color: '#BCD074'

red 188 ◦ green 208 ◦ blue 116

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

Shades of Wild Willow #BCD074

Tints of Wild Willow #BCD074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 36.72%
G = 40.63%
B = 22.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BCD074 (or 0xBCD074) is known color: Wild Willow. HEX triplet: BC, D0 and 74. RGB value is (188,208,116). Sum of RGB (Red+Green+Blue) = 188+208+116=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD074 is #432F8B. Grayscale: #BFBFBF. Windows color (decimal): -4403084 or 7655612. OLE color: 7655612.

HSL color Cylindrical-coordinate representation of color #BCD074: hue angle of 73.04º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCD074 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 116 -
CMYK 0.10 0 0.44 0.18
HSL 73.04º 0.49% 0.64% -
HSV(B) 73.04º 0.44% 0.82% -
XYZ 46.45 57.06 25.09 -
YUV 191.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 188 208 116 0.10 0 0.44 0.18 73.04 0.49 0.64
Hex BC D0 74 A 0 2C 12 49 31 40
Octal 274 320 164 12 0 54 22 111 61 100
Binary 10111100 11010000 1110100 1010 0 101100 10010 1001001 110001 1000000

Color Harmonies of #BCD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD074

Black with #BCD074

Text Example


Text Example

White with #BCD074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD074; }

 p { color: rgb(188,208,116); }

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

background-color css

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

 a { background-color: rgb(188,208,116); }

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

border-color css

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

 span { border-color: rgb(188,208,116); }

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