Html Css Color HEX #BCC673 Pine Glade

📋 copy color: '#BCC673'

red 188 ◦ green 198 ◦ blue 115

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

Shades of Pine Glade #BCC673

Tints of Pine Glade #BCC673

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.52%

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

R = 37.52%
G = 39.52%
B = 22.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#BCC673 (or 0xBCC673) is known color: Pine Glade. HEX triplet: BC, C6 and 73. RGB value is (188,198,115). Sum of RGB (Red+Green+Blue) = 188+198+115=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC673 is #43398C. Grayscale: #B9B9B9. Windows color (decimal): -4405645 or 7587516. OLE color: 7587516.

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

Color convert

RGB 188 198 115 -
CMYK 0.05 0 0.42 0.22
HSL 67.23º 0.42% 0.61% -
HSV(B) 67.23º 0.42% 0.78% -
XYZ 44.03 52.32 24 -
YUV 185.55 88.19 129.75 -
System Red Green Blue C M Y K H S L
Decimal 188 198 115 0.05 0 0.42 0.22 67.23 0.42 0.61
Hex BC C6 73 5 0 2A 16 43 2A 3D
Octal 274 306 163 5 0 52 26 103 52 75
Binary 10111100 11000110 1110011 101 0 101010 10110 1000011 101010 111101

Color Harmonies of #BCC673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC673

Black with #BCC673

Text Example


Text Example

White with #BCC673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC673; }

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

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

background-color css

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

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

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

border-color css

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

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

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