Html Css Color HEX #BCBC7F Pine Glade

📋 copy color: '#BCBC7F'

red 188 ◦ green 188 ◦ blue 127

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

Shades of Pine Glade #BCBC7F

Tints of Pine Glade #BCBC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.38%

 BLUE value IS 127 (50% from 255) = 25.25%

R = 37.38%
G = 37.38%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCBC7F (or 0xBCBC7F) is known color: Pine Glade. HEX triplet: BC, BC and 7F. RGB value is (188,188,127). Sum of RGB (Red+Green+Blue) = 188+188+127=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC7F is #434380. Grayscale: #B5B5B5. Windows color (decimal): -4408193 or 8371388. OLE color: 8371388.

HSL color Cylindrical-coordinate representation of color #BCBC7F: hue angle of 60º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCBC7F is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 188 127 -
CMYK 0 0 0.32 0.26
HSL 60º 0.31% 0.62% -
HSV(B) 60º 0.32% 0.74% -
XYZ 42.55 48.19 27.14 -
YUV 181.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 188 188 127 0 0 0.32 0.26 60 0.31 0.62
Hex BC BC 7F 0 0 20 1A 3C 1F 3E
Octal 274 274 177 0 0 40 32 74 37 76
Binary 10111100 10111100 1111111 0 0 100000 11010 111100 11111 111110

Color Harmonies of #BCBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC7F

Black with #BCBC7F

Text Example


Text Example

White with #BCBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC7F; }

 p { color: rgb(188,188,127); }

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

background-color css

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

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

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

border-color css

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

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

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