Html Css Color HEX #BCBD7A Pine Glade

📋 copy color: '#BCBD7A'

red 188 ◦ green 189 ◦ blue 122

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

Shades of Pine Glade #BCBD7A

Tints of Pine Glade #BCBD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 37.68%
G = 37.88%
B = 24.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BCBD7A (or 0xBCBD7A) is known color: Pine Glade. HEX triplet: BC, BD and 7A. RGB value is (188,189,122). Sum of RGB (Red+Green+Blue) = 188+189+122=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD7A is #434285. Grayscale: #B5B5B5. Windows color (decimal): -4407942 or 8043964. OLE color: 8043964.

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

Color convert

RGB 188 189 122 -
CMYK 0.01 0 0.35 0.26
HSL 60.9º 0.34% 0.61% -
HSV(B) 60.9º 0.35% 0.74% -
XYZ 42.45 48.49 25.53 -
YUV 181.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 188 189 122 0.01 0 0.35 0.26 60.9 0.34 0.61
Hex BC BD 7A 1 0 23 1A 3D 22 3D
Octal 274 275 172 1 0 43 32 75 42 75
Binary 10111100 10111101 1111010 1 0 100011 11010 111101 100010 111101

Color Harmonies of #BCBD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD7A

Black with #BCBD7A

Text Example


Text Example

White with #BCBD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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