Html Css Color HEX #BCBD81 Pine Glade

📋 copy color: '#BCBD81'

red 188 ◦ green 189 ◦ blue 129

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

Shades of Pine Glade #BCBD81

Tints of Pine Glade #BCBD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.49%

R = 37.15%
G = 37.35%
B = 25.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCBD81 (or 0xBCBD81) is known color: Pine Glade. HEX triplet: BC, BD and 81. RGB value is (188,189,129). Sum of RGB (Red+Green+Blue) = 188+189+129=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD81 is #43427E. Grayscale: #B6B6B6. Windows color (decimal): -4407935 or 8502716. OLE color: 8502716.

HSL color Cylindrical-coordinate representation of color #BCBD81: hue angle of 61º 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 #BCBD81 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 129 -
CMYK 0.01 0 0.32 0.26
HSL 61º 0.31% 0.62% -
HSV(B) 61º 0.32% 0.74% -
XYZ 42.9 48.67 27.9 -
YUV 181.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 188 189 129 0.01 0 0.32 0.26 61 0.31 0.62
Hex BC BD 81 1 0 20 1A 3D 1F 3E
Octal 274 275 201 1 0 40 32 75 37 76
Binary 10111100 10111101 10000001 1 0 100000 11010 111101 11111 111110

Color Harmonies of #BCBD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD81

Black with #BCBD81

Text Example


Text Example

White with #BCBD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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