Html Css Color HEX #BCD469 Wild Willow

📋 copy color: '#BCD469'

red 188 ◦ green 212 ◦ blue 105

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

Shades of Wild Willow #BCD469

Tints of Wild Willow #BCD469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.98%

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

R = 37.23%
G = 41.98%
B = 20.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#BCD469 (or 0xBCD469) is known color: Wild Willow. HEX triplet: BC, D4 and 69. RGB value is (188,212,105). Sum of RGB (Red+Green+Blue) = 188+212+105=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD469 is #432B96. Grayscale: #C1C1C1. Windows color (decimal): -4402071 or 6935740. OLE color: 6935740.

HSL color Cylindrical-coordinate representation of color #BCD469: hue angle of 73.46º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCD469 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 105 -
CMYK 0.11 0 0.50 0.17
HSL 73.46º 0.55% 0.62% -
HSV(B) 73.46º 0.5% 0.83% -
XYZ 46.83 58.8 22.25 -
YUV 192.63 78.55 124.7 -
System Red Green Blue C M Y K H S L
Decimal 188 212 105 0.11 0 0.50 0.17 73.46 0.55 0.62
Hex BC D4 69 B 0 32 11 49 37 3E
Octal 274 324 151 13 0 62 21 111 67 76
Binary 10111100 11010100 1101001 1011 0 110010 10001 1001001 110111 111110

Color Harmonies of #BCD469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD469

Black with #BCD469

Text Example


Text Example

White with #BCD469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD469; }

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

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

background-color css

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

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

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

border-color css

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

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

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