Html Css Color HEX #BEC06F Dark Khaki

📋 copy color: '#BEC06F'

red 190 ◦ green 192 ◦ blue 111

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

Shades of Dark Khaki #BEC06F

Tints of Dark Khaki #BEC06F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

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

R = 38.54%
G = 38.95%
B = 22.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BEC06F (or 0xBEC06F) is known color: Dark Khaki. HEX triplet: BE, C0 and 6F. RGB value is (190,192,111). Sum of RGB (Red+Green+Blue) = 190+192+111=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC06F is #413F90. Grayscale: #B6B6B6. Windows color (decimal): -4276113 or 7323838. OLE color: 7323838.

HSL color Cylindrical-coordinate representation of color #BEC06F: hue angle of 61.48º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC06F is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 111 -
CMYK 0.01 0 0.42 0.25
HSL 61.48º 0.39% 0.59% -
HSV(B) 61.48º 0.42% 0.75% -
XYZ 42.95 49.79 22.39 -
YUV 182.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 190 192 111 0.01 0 0.42 0.25 61.48 0.39 0.59
Hex BE C0 6F 1 0 2A 19 3D 27 3B
Octal 276 300 157 1 0 52 31 75 47 73
Binary 10111110 11000000 1101111 1 0 101010 11001 111101 100111 111011

Color Harmonies of #BEC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC06F

Black with #BEC06F

Text Example


Text Example

White with #BEC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC06F; }

 p { color: rgb(190,192,111); }

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

background-color css

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

 a { background-color: rgb(190,192,111); }

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

border-color css

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

 span { border-color: rgb(190,192,111); }

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