Html Css Color HEX #BEC16C Dark Khaki

📋 copy color: '#BEC16C'

red 190 ◦ green 193 ◦ blue 108

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

Shades of Dark Khaki #BEC16C

Tints of Dark Khaki #BEC16C

RGB

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

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

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

R = 38.7%
G = 39.31%
B = 22%

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

#BEC16C (or 0xBEC16C) is known color: Dark Khaki. HEX triplet: BE, C1 and 6C. RGB value is (190,193,108). Sum of RGB (Red+Green+Blue) = 190+193+108=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC16C is #413E93. Grayscale: #B6B6B6. Windows color (decimal): -4275860 or 7127486. OLE color: 7127486.

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

Color convert

RGB 190 193 108 -
CMYK 0.02 0 0.44 0.24
HSL 62.12º 0.41% 0.59% -
HSV(B) 62.12º 0.44% 0.76% -
XYZ 43.01 50.17 21.6 -
YUV 182.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 190 193 108 0.02 0 0.44 0.24 62.12 0.41 0.59
Hex BE C1 6C 2 0 2C 18 3E 29 3B
Octal 276 301 154 2 0 54 30 76 51 73
Binary 10111110 11000001 1101100 10 0 101100 11000 111110 101001 111011

Color Harmonies of #BEC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC16C

Black with #BEC16C

Text Example


Text Example

White with #BEC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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