Html Css Color HEX #BCDA6A Wild Willow

📋 copy color: '#BCDA6A'

red 188 ◦ green 218 ◦ blue 106

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

Shades of Wild Willow #BCDA6A

Tints of Wild Willow #BCDA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.7%

R = 36.72%
G = 42.58%
B = 20.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#BCDA6A (or 0xBCDA6A) is known color: Wild Willow. HEX triplet: BC, DA and 6A. RGB value is (188,218,106). Sum of RGB (Red+Green+Blue) = 188+218+106=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA6A is #432595. Grayscale: #C4C4C4. Windows color (decimal): -4400534 or 7002812. OLE color: 7002812.

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

Color convert

RGB 188 218 106 -
CMYK 0.14 0 0.51 0.15
HSL 76.07º 0.6% 0.64% -
HSV(B) 76.07º 0.51% 0.85% -
XYZ 48.41 61.87 23.03 -
YUV 196.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 188 218 106 0.14 0 0.51 0.15 76.07 0.6 0.64
Hex BC DA 6A E 0 33 F 4C 3C 40
Octal 274 332 152 16 0 63 17 114 74 100
Binary 10111100 11011010 1101010 1110 0 110011 1111 1001100 111100 1000000

Color Harmonies of #BCDA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA6A

Black with #BCDA6A

Text Example


Text Example

White with #BCDA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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