Html Css Color HEX #BDB978 Pine Glade

📋 copy color: '#BDB978'

red 189 ◦ green 185 ◦ blue 120

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

Shades of Pine Glade #BDB978

Tints of Pine Glade #BDB978

RGB

 RED value IS 189 (74.22% from 255) = 38.26%

 GREEN value IS 185 (72.66% from 255) = 37.45%

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 38.26%
G = 37.45%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB978 (or 0xBDB978) is known color: Pine Glade. HEX triplet: BD, B9 and 78. RGB value is (189,185,120). Sum of RGB (Red+Green+Blue) = 189+185+120=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB978 is #424687. Grayscale: #B3B3B3. Windows color (decimal): -4343432 or 7911869. OLE color: 7911869.

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

Color convert

RGB 189 185 120 -
CMYK 0 0.02 0.37 0.26
HSL 56.52º 0.34% 0.61% -
HSV(B) 56.52º 0.37% 0.74% -
XYZ 41.73 46.87 24.62 -
YUV 178.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 189 185 120 0 0.02 0.37 0.26 56.52 0.34 0.61
Hex BD B9 78 0 2 25 1A 39 22 3D
Octal 275 271 170 0 2 45 32 71 42 75
Binary 10111101 10111001 1111000 0 10 100101 11010 111001 100010 111101

Color Harmonies of #BDB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB978

Black with #BDB978

Text Example


Text Example

White with #BDB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB978; }

 p { color: rgb(189,185,120); }

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

background-color css

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

 a { background-color: rgb(189,185,120); }

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

border-color css

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

 span { border-color: rgb(189,185,120); }

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