Html Css Color HEX #BEC16D Dark Khaki

📋 copy color: '#BEC16D'

red 190 ◦ green 193 ◦ blue 109

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

Shades of Dark Khaki #BEC16D

Tints of Dark Khaki #BEC16D

RGB

 RED value IS 190 (74.61% from 255) = 38.62%

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

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 38.62%
G = 39.23%
B = 22.15%

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

#BEC16D (or 0xBEC16D) is known color: Dark Khaki. HEX triplet: BE, C1 and 6D. RGB value is (190,193,109). Sum of RGB (Red+Green+Blue) = 190+193+109=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC16D is #413E92. Grayscale: #B6B6B6. Windows color (decimal): -4275859 or 7193022. OLE color: 7193022.

HSL color Cylindrical-coordinate representation of color #BEC16D: hue angle of 62.14º degrees, saturation: 0.4, 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 #BEC16D is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 109 -
CMYK 0.02 0 0.44 0.24
HSL 62.14º 0.4% 0.59% -
HSV(B) 62.14º 0.44% 0.76% -
XYZ 43.07 50.19 21.89 -
YUV 182.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 190 193 109 0.02 0 0.44 0.24 62.14 0.4 0.59
Hex BE C1 6D 2 0 2C 18 3E 28 3B
Octal 276 301 155 2 0 54 30 76 50 73
Binary 10111110 11000001 1101101 10 0 101100 11000 111110 101000 111011

Color Harmonies of #BEC16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC16D

Black with #BEC16D

Text Example


Text Example

White with #BEC16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC16D; }

 p { color: rgb(190,193,109); }

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

background-color css

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

 a { background-color: rgb(190,193,109); }

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

border-color css

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

 span { border-color: rgb(190,193,109); }

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