Html Css Color HEX #BCC870 Wild Willow

📋 copy color: '#BCC870'

red 188 ◦ green 200 ◦ blue 112

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

Shades of Wild Willow #BCC870

Tints of Wild Willow #BCC870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40%

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 37.6%
G = 40%
B = 22.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#BCC870 (or 0xBCC870) is known color: Wild Willow. HEX triplet: BC, C8 and 70. RGB value is (188,200,112). Sum of RGB (Red+Green+Blue) = 188+200+112=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC870 is #43378F. Grayscale: #BABABA. Windows color (decimal): -4405136 or 7391420. OLE color: 7391420.

HSL color Cylindrical-coordinate representation of color #BCC870: hue angle of 68.18º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCC870 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 112 -
CMYK 0.06 0 0.44 0.22
HSL 68.18º 0.44% 0.61% -
HSV(B) 68.18º 0.44% 0.78% -
XYZ 44.32 53.17 23.26 -
YUV 186.38 86.02 129.16 -
System Red Green Blue C M Y K H S L
Decimal 188 200 112 0.06 0 0.44 0.22 68.18 0.44 0.61
Hex BC C8 70 6 0 2C 16 44 2C 3D
Octal 274 310 160 6 0 54 26 104 54 75
Binary 10111100 11001000 1110000 110 0 101100 10110 1000100 101100 111101

Color Harmonies of #BCC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC870

Black with #BCC870

Text Example


Text Example

White with #BCC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC870; }

 p { color: rgb(188,200,112); }

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

background-color css

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

 a { background-color: rgb(188,200,112); }

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

border-color css

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

 span { border-color: rgb(188,200,112); }

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