Html Css Color HEX #BEC066 Dark Khaki

📋 copy color: '#BEC066'

red 190 ◦ green 192 ◦ blue 102

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

Shades of Dark Khaki #BEC066

Tints of Dark Khaki #BEC066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.07%

R = 39.26%
G = 39.67%
B = 21.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEC066 (or 0xBEC066) is known color: Dark Khaki. HEX triplet: BE, C0 and 66. RGB value is (190,192,102). Sum of RGB (Red+Green+Blue) = 190+192+102=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC066 is #413F99. Grayscale: #B5B5B5. Windows color (decimal): -4276122 or 6734014. OLE color: 6734014.

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

Color convert

RGB 190 192 102 -
CMYK 0.01 0 0.47 0.25
HSL 61.33º 0.42% 0.58% -
HSV(B) 61.33º 0.47% 0.75% -
XYZ 42.48 49.61 19.91 -
YUV 181.14 83.34 134.32 -
System Red Green Blue C M Y K H S L
Decimal 190 192 102 0.01 0 0.47 0.25 61.33 0.42 0.58
Hex BE C0 66 1 0 2F 19 3D 2A 3A
Octal 276 300 146 1 0 57 31 75 52 72
Binary 10111110 11000000 1100110 1 0 101111 11001 111101 101010 111010

Color Harmonies of #BEC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC066

Black with #BEC066

Text Example


Text Example

White with #BEC066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC066; }

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

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

background-color css

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

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

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

border-color css

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

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

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