Html Css Color HEX #BDC988 Pine Glade

📋 copy color: '#BDC988'

red 189 ◦ green 201 ◦ blue 136

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

Shades of Pine Glade #BDC988

Tints of Pine Glade #BDC988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.21%

 BLUE value IS 136 (53.52% from 255) = 25.86%

R = 35.93%
G = 38.21%
B = 25.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#BDC988 (or 0xBDC988) is known color: Pine Glade. HEX triplet: BD, C9 and 88. RGB value is (189,201,136). Sum of RGB (Red+Green+Blue) = 189+201+136=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC988 is #423677. Grayscale: #BEBEBE. Windows color (decimal): -4339320 or 8964541. OLE color: 8964541.

HSL color Cylindrical-coordinate representation of color #BDC988: hue angle of 71.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDC988 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 136 -
CMYK 0.06 0 0.32 0.21
HSL 71.08º 0.38% 0.66% -
HSV(B) 71.08º 0.32% 0.79% -
XYZ 46.32 54.37 31.35 -
YUV 190 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 189 201 136 0.06 0 0.32 0.21 71.08 0.38 0.66
Hex BD C9 88 6 0 20 15 47 26 42
Octal 275 311 210 6 0 40 25 107 46 102
Binary 10111101 11001001 10001000 110 0 100000 10101 1000111 100110 1000010

Color Harmonies of #BDC988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC988

Black with #BDC988

Text Example


Text Example

White with #BDC988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC988; }

 p { color: rgb(189,201,136); }

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

background-color css

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

 a { background-color: rgb(189,201,136); }

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

border-color css

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

 span { border-color: rgb(189,201,136); }

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