Html Css Color HEX #BCD053 Wild Willow

📋 copy color: '#BCD053'

red 188 ◦ green 208 ◦ blue 83

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

Shades of Wild Willow #BCD053

Tints of Wild Willow #BCD053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.33%

R = 39.25%
G = 43.42%
B = 17.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#BCD053 (or 0xBCD053) is known color: Wild Willow. HEX triplet: BC, D0 and 53. RGB value is (188,208,83). Sum of RGB (Red+Green+Blue) = 188+208+83=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD053 is #432FAC. Grayscale: #BCBCBC. Windows color (decimal): -4403117 or 5492924. OLE color: 5492924.

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

Color convert

RGB 188 208 83 -
CMYK 0.10 0 0.60 0.18
HSL 69.6º 0.57% 0.57% -
HSV(B) 69.6º 0.6% 0.82% -
XYZ 44.86 56.43 16.71 -
YUV 187.77 68.87 128.16 -
System Red Green Blue C M Y K H S L
Decimal 188 208 83 0.10 0 0.60 0.18 69.6 0.57 0.57
Hex BC D0 53 A 0 3C 12 46 39 39
Octal 274 320 123 12 0 74 22 106 71 71
Binary 10111100 11010000 1010011 1010 0 111100 10010 1000110 111001 111001

Color Harmonies of #BCD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD053

Black with #BCD053

Text Example


Text Example

White with #BCD053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD053; }

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

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

background-color css

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

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

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

border-color css

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

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

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