Html Css Color HEX #BDC16F Dark Khaki

📋 copy color: '#BDC16F'

red 189 ◦ green 193 ◦ blue 111

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

Shades of Dark Khaki #BDC16F

Tints of Dark Khaki #BDC16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 38.34%
G = 39.15%
B = 22.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BDC16F (or 0xBDC16F) is known color: Dark Khaki. HEX triplet: BD, C1 and 6F. RGB value is (189,193,111). Sum of RGB (Red+Green+Blue) = 189+193+111=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC16F is #423E90. Grayscale: #B6B6B6. Windows color (decimal): -4341393 or 7324093. OLE color: 7324093.

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

Color convert

RGB 189 193 111 -
CMYK 0.02 0 0.42 0.24
HSL 62.93º 0.4% 0.6% -
HSV(B) 62.93º 0.42% 0.76% -
XYZ 42.93 50.11 22.45 -
YUV 182.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 189 193 111 0.02 0 0.42 0.24 62.93 0.4 0.6
Hex BD C1 6F 2 0 2A 18 3F 28 3C
Octal 275 301 157 2 0 52 30 77 50 74
Binary 10111101 11000001 1101111 10 0 101010 11000 111111 101000 111100

Color Harmonies of #BDC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC16F

Black with #BDC16F

Text Example


Text Example

White with #BDC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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