Html Css Color HEX #BDBE7D Pine Glade

📋 copy color: '#BDBE7D'

red 189 ◦ green 190 ◦ blue 125

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

Shades of Pine Glade #BDBE7D

Tints of Pine Glade #BDBE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 37.5%
G = 37.7%
B = 24.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BDBE7D (or 0xBDBE7D) is known color: Pine Glade. HEX triplet: BD, BE and 7D. RGB value is (189,190,125). Sum of RGB (Red+Green+Blue) = 189+190+125=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE7D is #424182. Grayscale: #B6B6B6. Windows color (decimal): -4342147 or 8240829. OLE color: 8240829.

HSL color Cylindrical-coordinate representation of color #BDBE7D: hue angle of 60.92º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDBE7D is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 190 125 -
CMYK 0.01 0 0.34 0.25
HSL 60.92º 0.33% 0.62% -
HSV(B) 60.92º 0.34% 0.75% -
XYZ 43.1 49.13 26.61 -
YUV 182.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 189 190 125 0.01 0 0.34 0.25 60.92 0.33 0.62
Hex BD BE 7D 1 0 22 19 3D 21 3E
Octal 275 276 175 1 0 42 31 75 41 76
Binary 10111101 10111110 1111101 1 0 100010 11001 111101 100001 111110

Color Harmonies of #BDBE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE7D

Black with #BDBE7D

Text Example


Text Example

White with #BDBE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE7D; }

 p { color: rgb(189,190,125); }

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

background-color css

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

 a { background-color: rgb(189,190,125); }

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

border-color css

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

 span { border-color: rgb(189,190,125); }

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