Html Css Color HEX #BCDD69 Wild Willow

📋 copy color: '#BCDD69'

red 188 ◦ green 221 ◦ blue 105

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

Shades of Wild Willow #BCDD69

Tints of Wild Willow #BCDD69

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43%

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

R = 36.58%
G = 43%
B = 20.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#BCDD69 (or 0xBCDD69) is known color: Wild Willow. HEX triplet: BC, DD and 69. RGB value is (188,221,105). Sum of RGB (Red+Green+Blue) = 188+221+105=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD69 is #432296. Grayscale: #C6C6C6. Windows color (decimal): -4399767 or 6938044. OLE color: 6938044.

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

Color convert

RGB 188 221 105 -
CMYK 0.15 0 0.52 0.13
HSL 77.07º 0.63% 0.64% -
HSV(B) 77.07º 0.52% 0.87% -
XYZ 49.15 63.42 23.02 -
YUV 197.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 188 221 105 0.15 0 0.52 0.13 77.07 0.63 0.64
Hex BC DD 69 F 0 34 D 4D 3F 40
Octal 274 335 151 17 0 64 15 115 77 100
Binary 10111100 11011101 1101001 1111 0 110100 1101 1001101 111111 1000000

Color Harmonies of #BCDD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD69

Black with #BCDD69

Text Example


Text Example

White with #BCDD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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