Html Css Color HEX #BEC065 Dark Khaki

📋 copy color: '#BEC065'

red 190 ◦ green 192 ◦ blue 101

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

Shades of Dark Khaki #BEC065

Tints of Dark Khaki #BEC065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 39.34%
G = 39.75%
B = 20.91%

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

#BEC065 (or 0xBEC065) is known color: Dark Khaki. HEX triplet: BE, C0 and 65. RGB value is (190,192,101). Sum of RGB (Red+Green+Blue) = 190+192+101=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC065 is #413F9A. Grayscale: #B5B5B5. Windows color (decimal): -4276123 or 6668478. OLE color: 6668478.

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

Color convert

RGB 190 192 101 -
CMYK 0.01 0 0.47 0.25
HSL 61.32º 0.42% 0.57% -
HSV(B) 61.32º 0.47% 0.75% -
XYZ 42.43 49.59 19.65 -
YUV 181.03 82.84 134.4 -
System Red Green Blue C M Y K H S L
Decimal 190 192 101 0.01 0 0.47 0.25 61.32 0.42 0.57
Hex BE C0 65 1 0 2F 19 3D 2A 39
Octal 276 300 145 1 0 57 31 75 52 71
Binary 10111110 11000000 1100101 1 0 101111 11001 111101 101010 111001

Color Harmonies of #BEC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC065

Black with #BEC065

Text Example


Text Example

White with #BEC065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC065; }

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

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

background-color css

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

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

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

border-color css

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

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

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