Html Css Color HEX #BCD054 Wild Willow

📋 copy color: '#BCD054'

red 188 ◦ green 208 ◦ blue 84

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

Shades of Wild Willow #BCD054

Tints of Wild Willow #BCD054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.5%

R = 39.17%
G = 43.33%
B = 17.5%

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

#BCD054 (or 0xBCD054) is known color: Wild Willow. HEX triplet: BC, D0 and 54. RGB value is (188,208,84). Sum of RGB (Red+Green+Blue) = 188+208+84=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 84 (33.20% from 255 or 17.5% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD054 is #432FAB. Grayscale: #BCBCBC. Windows color (decimal): -4403116 or 5558460. OLE color: 5558460.

HSL color Cylindrical-coordinate representation of color #BCD054: hue angle of 69.68º 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 #BCD054 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 84 -
CMYK 0.10 0 0.60 0.18
HSL 69.68º 0.57% 0.57% -
HSV(B) 69.68º 0.6% 0.82% -
XYZ 44.9 56.44 16.92 -
YUV 187.88 69.37 128.08 -
System Red Green Blue C M Y K H S L
Decimal 188 208 84 0.10 0 0.60 0.18 69.68 0.57 0.57
Hex BC D0 54 A 0 3C 12 46 39 39
Octal 274 320 124 12 0 74 22 106 71 71
Binary 10111100 11010000 1010100 1010 0 111100 10010 1000110 111001 111001

Color Harmonies of #BCD054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD054

Black with #BCD054

Text Example


Text Example

White with #BCD054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD054; }

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

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

background-color css

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

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

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

border-color css

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

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

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