Html Css Color HEX #BEC06A Dark Khaki

📋 copy color: '#BEC06A'

red 190 ◦ green 192 ◦ blue 106

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

Shades of Dark Khaki #BEC06A

Tints of Dark Khaki #BEC06A

RGB

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

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

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

R = 38.93%
G = 39.34%
B = 21.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEC06A (or 0xBEC06A) is known color: Dark Khaki. HEX triplet: BE, C0 and 6A. RGB value is (190,192,106). Sum of RGB (Red+Green+Blue) = 190+192+106=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC06A is #413F95. Grayscale: #B5B5B5. Windows color (decimal): -4276118 or 6996158. OLE color: 6996158.

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

Color convert

RGB 190 192 106 -
CMYK 0.01 0 0.45 0.25
HSL 61.4º 0.41% 0.58% -
HSV(B) 61.4º 0.45% 0.75% -
XYZ 42.69 49.69 20.98 -
YUV 181.6 85.34 133.99 -
System Red Green Blue C M Y K H S L
Decimal 190 192 106 0.01 0 0.45 0.25 61.4 0.41 0.58
Hex BE C0 6A 1 0 2D 19 3D 29 3A
Octal 276 300 152 1 0 55 31 75 51 72
Binary 10111110 11000000 1101010 1 0 101101 11001 111101 101001 111010

Color Harmonies of #BEC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC06A

Black with #BEC06A

Text Example


Text Example

White with #BEC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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