Html Css Color HEX #BCDA65 Wild Willow

📋 copy color: '#BCDA65'

red 188 ◦ green 218 ◦ blue 101

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

Shades of Wild Willow #BCDA65

Tints of Wild Willow #BCDA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.92%

R = 37.08%
G = 43%
B = 19.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#BCDA65 (or 0xBCDA65) is known color: Wild Willow. HEX triplet: BC, DA and 65. RGB value is (188,218,101). Sum of RGB (Red+Green+Blue) = 188+218+101=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA65 is #43259A. Grayscale: #C4C4C4. Windows color (decimal): -4400539 or 6675132. OLE color: 6675132.

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

Color convert

RGB 188 218 101 -
CMYK 0.14 0 0.54 0.15
HSL 75.38º 0.61% 0.63% -
HSV(B) 75.38º 0.54% 0.85% -
XYZ 48.16 61.77 21.7 -
YUV 195.69 74.56 122.51 -
System Red Green Blue C M Y K H S L
Decimal 188 218 101 0.14 0 0.54 0.15 75.38 0.61 0.63
Hex BC DA 65 E 0 36 F 4B 3D 3F
Octal 274 332 145 16 0 66 17 113 75 77
Binary 10111100 11011010 1100101 1110 0 110110 1111 1001011 111101 111111

Color Harmonies of #BCDA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA65

Black with #BCDA65

Text Example


Text Example

White with #BCDA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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