#BDC28A

Color #BDC28A Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BDC28A

Tints of Pine Glade #BDC28A

Color information

#BDC28A (or 0xBDC28A) is unknown color: approx Pine Glade. HEX triplet: BD, C2 and 8A. RGB value is (189,194,138). Sum of RGB (Red+Green+Blue) = 189+194+138=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC28A is #423D75. Grayscale: #BABABA. Windows color (decimal): -4341110 or 9093821. OLE color: 9093821.

HSL color Cylindrical-coordinate representation of color #BDC28A: hue angle of 65.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDC28A is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB189194138-
CMYK0.0300.290.24
HSL65.36º31.46%65.1%-
HSV(B)65.36º28.87%76.08%-
XYZ44.8751.2431.57-
YUV186.12100.84130.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=36.28%
G=37.24%
B=26.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941380.0300.290.2465.3631.4665.1
HexBDC28A301D18411f41
Octal27530221230353010137101
Binary10111101110000101000101011011101110001000001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC28A; }

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

 H1.HeaderClassName
 {
   color: #BDC28A;
 }
 .AnyTagClassName
 {
   color: #BDC28A;
 }
</style>
background-color css

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

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

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

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

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

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