Html Css Color HEX #BCDC68 Wild Willow

📋 copy color: '#BCDC68'

red 188 ◦ green 220 ◦ blue 104

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

Shades of Wild Willow #BCDC68

Tints of Wild Willow #BCDC68

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.97%

 BLUE value IS 104 (41.02% from 255) = 20.31%

R = 36.72%
G = 42.97%
B = 20.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#BCDC68 (or 0xBCDC68) is known color: Wild Willow. HEX triplet: BC, DC and 68. RGB value is (188,220,104). Sum of RGB (Red+Green+Blue) = 188+220+104=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC68 is #432397. Grayscale: #C5C5C5. Windows color (decimal): -4400024 or 6872252. OLE color: 6872252.

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

Color convert

RGB 188 220 104 -
CMYK 0.15 0 0.53 0.14
HSL 76.55º 0.62% 0.64% -
HSV(B) 76.55º 0.53% 0.86% -
XYZ 48.83 62.88 22.66 -
YUV 197.21 75.4 121.43 -
System Red Green Blue C M Y K H S L
Decimal 188 220 104 0.15 0 0.53 0.14 76.55 0.62 0.64
Hex BC DC 68 F 0 35 E 4D 3E 40
Octal 274 334 150 17 0 65 16 115 76 100
Binary 10111100 11011100 1101000 1111 0 110101 1110 1001101 111110 1000000

Color Harmonies of #BCDC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC68

Black with #BCDC68

Text Example


Text Example

White with #BCDC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC68; }

 p { color: rgb(188,220,104); }

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

background-color css

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

 a { background-color: rgb(188,220,104); }

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

border-color css

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

 span { border-color: rgb(188,220,104); }

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