Html Css Color HEX #BDBF73 Pine Glade

📋 copy color: '#BDBF73'

red 189 ◦ green 191 ◦ blue 115

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

Shades of Pine Glade #BDBF73

Tints of Pine Glade #BDBF73

RGB

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

 GREEN value IS 191 (75% from 255) = 38.59%

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 38.18%
G = 38.59%
B = 23.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BDBF73 (or 0xBDBF73) is known color: Pine Glade. HEX triplet: BD, BF and 73. RGB value is (189,191,115). Sum of RGB (Red+Green+Blue) = 189+191+115=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF73 is #42408C. Grayscale: #B6B6B6. Windows color (decimal): -4341901 or 7585725. OLE color: 7585725.

HSL color Cylindrical-coordinate representation of color #BDBF73: hue angle of 61.58º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDBF73 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 191 115 -
CMYK 0.01 0 0.40 0.25
HSL 61.58º 0.37% 0.6% -
HSV(B) 61.58º 0.4% 0.75% -
XYZ 42.71 49.32 23.49 -
YUV 181.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 189 191 115 0.01 0 0.40 0.25 61.58 0.37 0.6
Hex BD BF 73 1 0 28 19 3E 25 3C
Octal 275 277 163 1 0 50 31 76 45 74
Binary 10111101 10111111 1110011 1 0 101000 11001 111110 100101 111100

Color Harmonies of #BDBF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF73

Black with #BDBF73

Text Example


Text Example

White with #BDBF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF73; }

 p { color: rgb(189,191,115); }

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

background-color css

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

 a { background-color: rgb(189,191,115); }

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

border-color css

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

 span { border-color: rgb(189,191,115); }

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