Html Css Color HEX #BCC970 Wild Willow

📋 copy color: '#BCC970'

red 188 ◦ green 201 ◦ blue 112

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

Shades of Wild Willow #BCC970

Tints of Wild Willow #BCC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.12%

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

R = 37.52%
G = 40.12%
B = 22.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#BCC970 (or 0xBCC970) is known color: Wild Willow. HEX triplet: BC, C9 and 70. RGB value is (188,201,112). Sum of RGB (Red+Green+Blue) = 188+201+112=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC970 is #43368F. Grayscale: #BBBBBB. Windows color (decimal): -4404880 or 7391676. OLE color: 7391676.

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

Color convert

RGB 188 201 112 -
CMYK 0.06 0 0.44 0.21
HSL 68.76º 0.45% 0.61% -
HSV(B) 68.76º 0.44% 0.79% -
XYZ 44.55 53.63 23.33 -
YUV 186.97 85.69 128.74 -
System Red Green Blue C M Y K H S L
Decimal 188 201 112 0.06 0 0.44 0.21 68.76 0.45 0.61
Hex BC C9 70 6 0 2C 15 45 2D 3D
Octal 274 311 160 6 0 54 25 105 55 75
Binary 10111100 11001001 1110000 110 0 101100 10101 1000101 101101 111101

Color Harmonies of #BCC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC970

Black with #BCC970

Text Example


Text Example

White with #BCC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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