Html Css Color HEX #BEC16A Dark Khaki

📋 copy color: '#BEC16A'

red 190 ◦ green 193 ◦ blue 106

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

Shades of Dark Khaki #BEC16A

Tints of Dark Khaki #BEC16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.68%

R = 38.85%
G = 39.47%
B = 21.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#BEC16A (or 0xBEC16A) is known color: Dark Khaki. HEX triplet: BE, C1 and 6A. RGB value is (190,193,106). Sum of RGB (Red+Green+Blue) = 190+193+106=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC16A is #413E95. Grayscale: #B6B6B6. Windows color (decimal): -4275862 or 6996414. OLE color: 6996414.

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

Color convert

RGB 190 193 106 -
CMYK 0.02 0 0.45 0.24
HSL 62.07º 0.41% 0.59% -
HSV(B) 62.07º 0.45% 0.76% -
XYZ 42.91 50.13 21.05 -
YUV 182.19 85.01 133.57 -
System Red Green Blue C M Y K H S L
Decimal 190 193 106 0.02 0 0.45 0.24 62.07 0.41 0.59
Hex BE C1 6A 2 0 2D 18 3E 29 3B
Octal 276 301 152 2 0 55 30 76 51 73
Binary 10111110 11000001 1101010 10 0 101101 11000 111110 101001 111011

Color Harmonies of #BEC16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC16A

Black with #BEC16A

Text Example


Text Example

White with #BEC16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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