Html Css Color HEX #BCDA6E Wild Willow

📋 copy color: '#BCDA6E'

red 188 ◦ green 218 ◦ blue 110

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

Shades of Wild Willow #BCDA6E

Tints of Wild Willow #BCDA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.32%

R = 36.43%
G = 42.25%
B = 21.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#BCDA6E (or 0xBCDA6E) is known color: Wild Willow. HEX triplet: BC, DA and 6E. RGB value is (188,218,110). Sum of RGB (Red+Green+Blue) = 188+218+110=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA6E is #432591. Grayscale: #C5C5C5. Windows color (decimal): -4400530 or 7264956. OLE color: 7264956.

HSL color Cylindrical-coordinate representation of color #BCDA6E: hue angle of 76.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCDA6E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 110 -
CMYK 0.14 0 0.50 0.15
HSL 76.67º 0.59% 0.64% -
HSV(B) 76.67º 0.5% 0.85% -
XYZ 48.62 61.96 24.15 -
YUV 196.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 188 218 110 0.14 0 0.50 0.15 76.67 0.59 0.64
Hex BC DA 6E E 0 32 F 4D 3B 40
Octal 274 332 156 16 0 62 17 115 73 100
Binary 10111100 11011010 1101110 1110 0 110010 1111 1001101 111011 1000000

Color Harmonies of #BCDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA6E

Black with #BCDA6E

Text Example


Text Example

White with #BCDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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