Html Css Color HEX #BDBE8A Pine Glade

📋 copy color: '#BDBE8A'

red 189 ◦ green 190 ◦ blue 138

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

Shades of Pine Glade #BDBE8A

Tints of Pine Glade #BDBE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.69%

R = 36.56%
G = 36.75%
B = 26.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BDBE8A (or 0xBDBE8A) is known color: Pine Glade. HEX triplet: BD, BE and 8A. RGB value is (189,190,138). Sum of RGB (Red+Green+Blue) = 189+190+138=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE8A is #424175. Grayscale: #B7B7B7. Windows color (decimal): -4342134 or 9092797. OLE color: 9092797.

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

Color convert

RGB 189 190 138 -
CMYK 0.01 0 0.27 0.25
HSL 61.15º 0.29% 0.64% -
HSV(B) 61.15º 0.27% 0.75% -
XYZ 43.99 49.48 31.28 -
YUV 183.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 189 190 138 0.01 0 0.27 0.25 61.15 0.29 0.64
Hex BD BE 8A 1 0 1B 19 3D 1D 40
Octal 275 276 212 1 0 33 31 75 35 100
Binary 10111101 10111110 10001010 1 0 11011 11001 111101 11101 1000000

Color Harmonies of #BDBE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE8A

Black with #BDBE8A

Text Example


Text Example

White with #BDBE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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