Html Css Color HEX #BDC688 Pine Glade

📋 copy color: '#BDC688'

red 189 ◦ green 198 ◦ blue 136

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

Shades of Pine Glade #BDC688

Tints of Pine Glade #BDC688

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.86%

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

R = 36.14%
G = 37.86%
B = 26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#BDC688 (or 0xBDC688) is known color: Pine Glade. HEX triplet: BD, C6 and 88. RGB value is (189,198,136). Sum of RGB (Red+Green+Blue) = 189+198+136=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC688 is #423977. Grayscale: #BCBCBC. Windows color (decimal): -4340088 or 8963773. OLE color: 8963773.

HSL color Cylindrical-coordinate representation of color #BDC688: hue angle of 68.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDC688 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 136 -
CMYK 0.05 0 0.31 0.22
HSL 68.71º 0.35% 0.65% -
HSV(B) 68.71º 0.31% 0.78% -
XYZ 45.62 52.98 31.11 -
YUV 188.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 189 198 136 0.05 0 0.31 0.22 68.71 0.35 0.65
Hex BD C6 88 5 0 1F 16 45 23 41
Octal 275 306 210 5 0 37 26 105 43 101
Binary 10111101 11000110 10001000 101 0 11111 10110 1000101 100011 1000001

Color Harmonies of #BDC688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC688

Black with #BDC688

Text Example


Text Example

White with #BDC688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC688; }

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

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

background-color css

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

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

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

border-color css

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

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

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