Html Css Color HEX #BDC588 Pine Glade

📋 copy color: '#BDC588'

red 189 ◦ green 197 ◦ blue 136

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

Shades of Pine Glade #BDC588

Tints of Pine Glade #BDC588

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.74%

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

R = 36.21%
G = 37.74%
B = 26.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#BDC588 (or 0xBDC588) is known color: Pine Glade. HEX triplet: BD, C5 and 88. RGB value is (189,197,136). Sum of RGB (Red+Green+Blue) = 189+197+136=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC588 is #423A77. Grayscale: #BBBBBB. Windows color (decimal): -4340344 or 8963517. OLE color: 8963517.

HSL color Cylindrical-coordinate representation of color #BDC588: hue angle of 67.87º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDC588 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 136 -
CMYK 0.04 0 0.31 0.23
HSL 67.87º 0.34% 0.65% -
HSV(B) 67.87º 0.31% 0.77% -
XYZ 45.4 52.53 31.04 -
YUV 187.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 189 197 136 0.04 0 0.31 0.23 67.87 0.34 0.65
Hex BD C5 88 4 0 1F 17 44 22 41
Octal 275 305 210 4 0 37 27 104 42 101
Binary 10111101 11000101 10001000 100 0 11111 10111 1000100 100010 1000001

Color Harmonies of #BDC588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC588

Black with #BDC588

Text Example


Text Example

White with #BDC588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC588; }

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

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

background-color css

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

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

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

border-color css

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

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

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