Html Css Color HEX #BCBD7F Pine Glade

📋 copy color: '#BCBD7F'

red 188 ◦ green 189 ◦ blue 127

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

Shades of Pine Glade #BCBD7F

Tints of Pine Glade #BCBD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.5%

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

R = 37.3%
G = 37.5%
B = 25.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BCBD7F (or 0xBCBD7F) is known color: Pine Glade. HEX triplet: BC, BD and 7F. RGB value is (188,189,127). Sum of RGB (Red+Green+Blue) = 188+189+127=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD7F is #434280. Grayscale: #B5B5B5. Windows color (decimal): -4407937 or 8371644. OLE color: 8371644.

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

Color convert

RGB 188 189 127 -
CMYK 0.01 0 0.33 0.26
HSL 60.97º 0.32% 0.62% -
HSV(B) 60.97º 0.33% 0.74% -
XYZ 42.77 48.62 27.21 -
YUV 181.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 188 189 127 0.01 0 0.33 0.26 60.97 0.32 0.62
Hex BC BD 7F 1 0 21 1A 3D 20 3E
Octal 274 275 177 1 0 41 32 75 40 76
Binary 10111100 10111101 1111111 1 0 100001 11010 111101 100000 111110

Color Harmonies of #BCBD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD7F

Black with #BCBD7F

Text Example


Text Example

White with #BCBD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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