Html Css Color HEX #BCD274 Wild Willow

📋 copy color: '#BCD274'

red 188 ◦ green 210 ◦ blue 116

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

Shades of Wild Willow #BCD274

Tints of Wild Willow #BCD274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.57%

R = 36.58%
G = 40.86%
B = 22.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BCD274 (or 0xBCD274) is known color: Wild Willow. HEX triplet: BC, D2 and 74. RGB value is (188,210,116). Sum of RGB (Red+Green+Blue) = 188+210+116=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD274 is #432D8B. Grayscale: #C1C1C1. Windows color (decimal): -4402572 or 7656124. OLE color: 7656124.

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

Color convert

RGB 188 210 116 -
CMYK 0.10 0 0.45 0.18
HSL 74.04º 0.51% 0.64% -
HSV(B) 74.04º 0.45% 0.82% -
XYZ 46.94 58.05 25.25 -
YUV 192.71 84.71 124.64 -
System Red Green Blue C M Y K H S L
Decimal 188 210 116 0.10 0 0.45 0.18 74.04 0.51 0.64
Hex BC D2 74 A 0 2D 12 4A 33 40
Octal 274 322 164 12 0 55 22 112 63 100
Binary 10111100 11010010 1110100 1010 0 101101 10010 1001010 110011 1000000

Color Harmonies of #BCD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD274

Black with #BCD274

Text Example


Text Example

White with #BCD274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD274; }

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

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

background-color css

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

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

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

border-color css

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

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

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