Html Css Color HEX #BCDA64 Wild Willow

📋 copy color: '#BCDA64'

red 188 ◦ green 218 ◦ blue 100

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

Shades of Wild Willow #BCDA64

Tints of Wild Willow #BCDA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.08%

 BLUE value IS 100 (39.45% from 255) = 19.76%

R = 37.15%
G = 43.08%
B = 19.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#BCDA64 (or 0xBCDA64) is known color: Wild Willow. HEX triplet: BC, DA and 64. RGB value is (188,218,100). Sum of RGB (Red+Green+Blue) = 188+218+100=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA64 is #43259B. Grayscale: #C4C4C4. Windows color (decimal): -4400540 or 6609596. OLE color: 6609596.

HSL color Cylindrical-coordinate representation of color #BCDA64: hue angle of 75.25º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCDA64 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 100 -
CMYK 0.14 0 0.54 0.15
HSL 75.25º 0.61% 0.62% -
HSV(B) 75.25º 0.54% 0.85% -
XYZ 48.11 61.75 21.44 -
YUV 195.58 74.06 122.59 -
System Red Green Blue C M Y K H S L
Decimal 188 218 100 0.14 0 0.54 0.15 75.25 0.61 0.62
Hex BC DA 64 E 0 36 F 4B 3D 3E
Octal 274 332 144 16 0 66 17 113 75 76
Binary 10111100 11011010 1100100 1110 0 110110 1111 1001011 111101 111110

Color Harmonies of #BCDA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA64

Black with #BCDA64

Text Example


Text Example

White with #BCDA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA64; }

 p { color: rgb(188,218,100); }

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

background-color css

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

 a { background-color: rgb(188,218,100); }

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

border-color css

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

 span { border-color: rgb(188,218,100); }

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