Html Css Color HEX #BCC973 Pine Glade

📋 copy color: '#BCC973'

red 188 ◦ green 201 ◦ blue 115

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

Shades of Pine Glade #BCC973

Tints of Pine Glade #BCC973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.82%

R = 37.3%
G = 39.88%
B = 22.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#BCC973 (or 0xBCC973) is known color: Pine Glade. HEX triplet: BC, C9 and 73. RGB value is (188,201,115). Sum of RGB (Red+Green+Blue) = 188+201+115=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC973 is #43368C. Grayscale: #BBBBBB. Windows color (decimal): -4404877 or 7588284. OLE color: 7588284.

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

Color convert

RGB 188 201 115 -
CMYK 0.06 0 0.43 0.21
HSL 69.07º 0.44% 0.62% -
HSV(B) 69.07º 0.43% 0.79% -
XYZ 44.72 53.7 24.23 -
YUV 187.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 188 201 115 0.06 0 0.43 0.21 69.07 0.44 0.62
Hex BC C9 73 6 0 2B 15 45 2C 3E
Octal 274 311 163 6 0 53 25 105 54 76
Binary 10111100 11001001 1110011 110 0 101011 10101 1000101 101100 111110

Color Harmonies of #BCC973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC973

Black with #BCC973

Text Example


Text Example

White with #BCC973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC973; }

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

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

background-color css

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

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

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

border-color css

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

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

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