Html Css Color HEX #BCDA69 Wild Willow

📋 copy color: '#BCDA69'

red 188 ◦ green 218 ◦ blue 105

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

Shades of Wild Willow #BCDA69

Tints of Wild Willow #BCDA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.55%

R = 36.79%
G = 42.66%
B = 20.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#BCDA69 (or 0xBCDA69) is known color: Wild Willow. HEX triplet: BC, DA and 69. RGB value is (188,218,105). Sum of RGB (Red+Green+Blue) = 188+218+105=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA69 is #432596. Grayscale: #C4C4C4. Windows color (decimal): -4400535 or 6937276. OLE color: 6937276.

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

Color convert

RGB 188 218 105 -
CMYK 0.14 0 0.52 0.15
HSL 75.93º 0.6% 0.63% -
HSV(B) 75.93º 0.52% 0.85% -
XYZ 48.36 61.85 22.75 -
YUV 196.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 188 218 105 0.14 0 0.52 0.15 75.93 0.6 0.63
Hex BC DA 69 E 0 34 F 4C 3C 3F
Octal 274 332 151 16 0 64 17 114 74 77
Binary 10111100 11011010 1101001 1110 0 110100 1111 1001100 111100 111111

Color Harmonies of #BCDA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA69

Black with #BCDA69

Text Example


Text Example

White with #BCDA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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