Html Css Color HEX #BDC16C Dark Khaki

📋 copy color: '#BDC16C'

red 189 ◦ green 193 ◦ blue 108

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

Shades of Dark Khaki #BDC16C

Tints of Dark Khaki #BDC16C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.39%

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 38.57%
G = 39.39%
B = 22.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#BDC16C (or 0xBDC16C) is known color: Dark Khaki. HEX triplet: BD, C1 and 6C. RGB value is (189,193,108). Sum of RGB (Red+Green+Blue) = 189+193+108=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC16C is #423E93. Grayscale: #B6B6B6. Windows color (decimal): -4341396 or 7127485. OLE color: 7127485.

HSL color Cylindrical-coordinate representation of color #BDC16C: hue angle of 62.82º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDC16C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 108 -
CMYK 0.02 0 0.44 0.24
HSL 62.82º 0.41% 0.59% -
HSV(B) 62.82º 0.44% 0.76% -
XYZ 42.76 50.04 21.59 -
YUV 182.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 189 193 108 0.02 0 0.44 0.24 62.82 0.41 0.59
Hex BD C1 6C 2 0 2C 18 3F 29 3B
Octal 275 301 154 2 0 54 30 77 51 73
Binary 10111101 11000001 1101100 10 0 101100 11000 111111 101001 111011

Color Harmonies of #BDC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC16C

Black with #BDC16C

Text Example


Text Example

White with #BDC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC16C; }

 p { color: rgb(189,193,108); }

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

background-color css

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

 a { background-color: rgb(189,193,108); }

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

border-color css

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

 span { border-color: rgb(189,193,108); }

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