#BDC068

Color #BDC068 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BDC068

Tints of Dark Khaki #BDC068

Color information

#BDC068 (or 0xBDC068) is unknown color: approx Dark Khaki. HEX triplet: BD, C0 and 68. RGB value is (189,192,104). Sum of RGB (Red+Green+Blue) = 189+192+104=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC068 is #423F97. Grayscale: #B5B5B5. Windows color (decimal): -4341656 or 6865085. OLE color: 6865085.

HSL color Cylindrical-coordinate representation of color #BDC068: hue angle of 62.05º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC068 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB189192104-
CMYK0.0200.460.25
HSL62.05º41.12%58.04%-
HSV(B)62.05º45.83%75.29%-
XYZ42.3349.5220.42-
YUV181.0784.51133.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 104 (41.02% from 255) = 21.44%
R=38.97%
G=39.59%
B=21.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921040.0200.460.2562.0541.1258.04
HexBDC068202E193e293a
Octal275300150205631765172
Binary1011110111000000110100010010111011001111110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC068; }

 p { color: rgb(189,192,104); }

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

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

 a { background-color: rgb(189,192,104); }

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

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

 span { border-color: rgb(189,192,104); }

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