Html Css Color HEX #BCD275 Wild Willow

📋 copy color: '#BCD275'

red 188 ◦ green 210 ◦ blue 117

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

Shades of Wild Willow #BCD275

Tints of Wild Willow #BCD275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.78%

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 36.5%
G = 40.78%
B = 22.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BCD275 (or 0xBCD275) is known color: Wild Willow. HEX triplet: BC, D2 and 75. RGB value is (188,210,117). Sum of RGB (Red+Green+Blue) = 188+210+117=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD275 is #432D8A. Grayscale: #C1C1C1. Windows color (decimal): -4402571 or 7721660. OLE color: 7721660.

HSL color Cylindrical-coordinate representation of color #BCD275: hue angle of 74.19º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCD275 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 117 -
CMYK 0.10 0 0.44 0.18
HSL 74.19º 0.51% 0.64% -
HSV(B) 74.19º 0.44% 0.82% -
XYZ 47 58.07 25.56 -
YUV 192.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 188 210 117 0.10 0 0.44 0.18 74.19 0.51 0.64
Hex BC D2 75 A 0 2C 12 4A 33 40
Octal 274 322 165 12 0 54 22 112 63 100
Binary 10111100 11010010 1110101 1010 0 101100 10010 1001010 110011 1000000

Color Harmonies of #BCD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD275

Black with #BCD275

Text Example


Text Example

White with #BCD275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD275; }

 p { color: rgb(188,210,117); }

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

background-color css

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

 a { background-color: rgb(188,210,117); }

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

border-color css

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

 span { border-color: rgb(188,210,117); }

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