Html Css Color HEX #BCDB6A Wild Willow

📋 copy color: '#BCDB6A'

red 188 ◦ green 219 ◦ blue 106

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

Shades of Wild Willow #BCDB6A

Tints of Wild Willow #BCDB6A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

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

R = 36.65%
G = 42.69%
B = 20.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#BCDB6A (or 0xBCDB6A) is known color: Wild Willow. HEX triplet: BC, DB and 6A. RGB value is (188,219,106). Sum of RGB (Red+Green+Blue) = 188+219+106=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB6A is #432495. Grayscale: #C5C5C5. Windows color (decimal): -4400278 or 7003068. OLE color: 7003068.

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

Color convert

RGB 188 219 106 -
CMYK 0.14 0 0.52 0.14
HSL 76.46º 0.61% 0.64% -
HSV(B) 76.46º 0.52% 0.86% -
XYZ 48.67 62.4 23.11 -
YUV 196.85 76.73 121.69 -
System Red Green Blue C M Y K H S L
Decimal 188 219 106 0.14 0 0.52 0.14 76.46 0.61 0.64
Hex BC DB 6A E 0 34 E 4C 3D 40
Octal 274 333 152 16 0 64 16 114 75 100
Binary 10111100 11011011 1101010 1110 0 110100 1110 1001100 111101 1000000

Color Harmonies of #BCDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB6A

Black with #BCDB6A

Text Example


Text Example

White with #BCDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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