Html Css Color HEX #BCD460 Wild Willow

📋 copy color: '#BCD460'

red 188 ◦ green 212 ◦ blue 96

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

Shades of Wild Willow #BCD460

Tints of Wild Willow #BCD460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.35%

R = 37.9%
G = 42.74%
B = 19.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#BCD460 (or 0xBCD460) is known color: Wild Willow. HEX triplet: BC, D4 and 60. RGB value is (188,212,96). Sum of RGB (Red+Green+Blue) = 188+212+96=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD460 is #432B9F. Grayscale: #C0C0C0. Windows color (decimal): -4402080 or 6345916. OLE color: 6345916.

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

Color convert

RGB 188 212 96 -
CMYK 0.11 0 0.55 0.17
HSL 72.41º 0.57% 0.6% -
HSV(B) 72.41º 0.55% 0.83% -
XYZ 46.39 58.62 19.94 -
YUV 191.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 188 212 96 0.11 0 0.55 0.17 72.41 0.57 0.6
Hex BC D4 60 B 0 37 11 48 39 3C
Octal 274 324 140 13 0 67 21 110 71 74
Binary 10111100 11010100 1100000 1011 0 110111 10001 1001000 111001 111100

Color Harmonies of #BCD460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD460

Black with #BCD460

Text Example


Text Example

White with #BCD460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD460; }

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

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

background-color css

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

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

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

border-color css

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

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

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