Html Css Color HEX #BCBD77 Pine Glade

📋 copy color: '#BCBD77'

red 188 ◦ green 189 ◦ blue 119

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

Shades of Pine Glade #BCBD77

Tints of Pine Glade #BCBD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.99%

R = 37.9%
G = 38.1%
B = 23.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCBD77 (or 0xBCBD77) is known color: Pine Glade. HEX triplet: BC, BD and 77. RGB value is (188,189,119). Sum of RGB (Red+Green+Blue) = 188+189+119=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD77 is #434288. Grayscale: #B5B5B5. Windows color (decimal): -4407945 or 7847356. OLE color: 7847356.

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

Color convert

RGB 188 189 119 -
CMYK 0.01 0 0.37 0.26
HSL 60.86º 0.35% 0.6% -
HSV(B) 60.86º 0.37% 0.74% -
XYZ 42.27 48.42 24.57 -
YUV 180.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 188 189 119 0.01 0 0.37 0.26 60.86 0.35 0.6
Hex BC BD 77 1 0 25 1A 3D 23 3C
Octal 274 275 167 1 0 45 32 75 43 74
Binary 10111100 10111101 1110111 1 0 100101 11010 111101 100011 111100

Color Harmonies of #BCBD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD77

Black with #BCBD77

Text Example


Text Example

White with #BCBD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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