Html Css Color HEX #BEC16B Dark Khaki

📋 copy color: '#BEC16B'

red 190 ◦ green 193 ◦ blue 107

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

Shades of Dark Khaki #BEC16B

Tints of Dark Khaki #BEC16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 38.78%
G = 39.39%
B = 21.84%

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

#BEC16B (or 0xBEC16B) is known color: Dark Khaki. HEX triplet: BE, C1 and 6B. RGB value is (190,193,107). Sum of RGB (Red+Green+Blue) = 190+193+107=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC16B is #413E94. Grayscale: #B6B6B6. Windows color (decimal): -4275861 or 7061950. OLE color: 7061950.

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

Color convert

RGB 190 193 107 -
CMYK 0.02 0 0.45 0.24
HSL 62.09º 0.41% 0.59% -
HSV(B) 62.09º 0.45% 0.76% -
XYZ 42.96 50.15 21.33 -
YUV 182.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 190 193 107 0.02 0 0.45 0.24 62.09 0.41 0.59
Hex BE C1 6B 2 0 2D 18 3E 29 3B
Octal 276 301 153 2 0 55 30 76 51 73
Binary 10111110 11000001 1101011 10 0 101101 11000 111110 101001 111011

Color Harmonies of #BEC16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC16B

Black with #BEC16B

Text Example


Text Example

White with #BEC16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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