Html Css Color HEX #BCD072 Wild Willow

📋 copy color: '#BCD072'

red 188 ◦ green 208 ◦ blue 114

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

Shades of Wild Willow #BCD072

Tints of Wild Willow #BCD072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.35%

R = 36.86%
G = 40.78%
B = 22.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BCD072 (or 0xBCD072) is known color: Wild Willow. HEX triplet: BC, D0 and 72. RGB value is (188,208,114). Sum of RGB (Red+Green+Blue) = 188+208+114=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD072 is #432F8D. Grayscale: #BFBFBF. Windows color (decimal): -4403086 or 7524540. OLE color: 7524540.

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

Color convert

RGB 188 208 114 -
CMYK 0.10 0 0.45 0.18
HSL 72.77º 0.5% 0.63% -
HSV(B) 72.77º 0.45% 0.82% -
XYZ 46.33 57.02 24.48 -
YUV 191.3 84.37 125.64 -
System Red Green Blue C M Y K H S L
Decimal 188 208 114 0.10 0 0.45 0.18 72.77 0.5 0.63
Hex BC D0 72 A 0 2D 12 49 32 3F
Octal 274 320 162 12 0 55 22 111 62 77
Binary 10111100 11010000 1110010 1010 0 101101 10010 1001001 110010 111111

Color Harmonies of #BCD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD072

Black with #BCD072

Text Example


Text Example

White with #BCD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD072; }

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

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

background-color css

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

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

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

border-color css

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

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

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